| BooleanFilter |
- Type
- string
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- Represents advanced filter conditions that were specified for
the rule in the online application. For example, “(1 AND 2)
OR 3.”
|
| DeveloperName |
- Type
- string
- Properties
- Create, Filter, Group, Sort, Update
- Description
- Required. The unique name of the object in the API. This name
can contain only underscores and alphanumeric characters and must
be unique in your organization. It must begin with a letter, not include
spaces, not end with an underscore, and not contain two consecutive
underscores. The field label in the user interface is Unique
Name.
When creating large sets of data,
always specify a unique DeveloperName for each
record. If no DeveloperName is specified, performance
may slow while Salesforce generates one for each record.
|
| IsActive |
- Type
- boolean
- Properties
- Create, Defaulted on create, Filter, Group, Sort, Update
- Description
- Indicates whether the rule is active (true) or inactive (false).
Via the API, active rules run automatically when object records are
created and edited. The exception is when the value of the IsExcludedFromRealign
field on an object record is true, which
prevents record assignment rules from evaluating that record.
The
exception is when the value of the IsExcludedFromRealign field on
an object record is set to True, which
prevents record assignment rules from evaluating that record.
|
| Language |
- Type
- picklist
- Properties
- Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort, Update
- Description
- The language of the master label in the user interface.
|
| MasterLabel |
- Type
- string
- Properties
- Create, Filter, Group, Sort, Update
- Description
- Required. The user interface label for the territory type.
|
| ObjectType |
- Type
- picklist
- Properties
- Create, Filter, Group, Restricted picklist, Sort
- Description
- The object that the rule is defined for. For API version 31, Account
only.
|
| Territory2ModelId |
- Type
- reference
- Properties
- Create, Filter, Group, Sort
- Description
- The ID of the territory model.
|