Script Path Condition¶
The Script_Path_Condition__c object type represents a condition for a Script Path to be consider as eligible.
By default, it is expected that all conditions given for a Script Path should be evaluated as TRUE, but any custom logic can be assigned to the Script Path Expression field.
Access Rules¶
Since this is a Definition Object, it follows the Access Rules described below:
Permission Set |
Details |
---|---|
Users do not have access by default. |
|
Jarvis Script User |
Allows users to have Read-Only access, so they’re able to retrieve Script Definitions on runtime. |
Jarvis Script Administration |
Allows users to have Read-Write access, so they’re able to manage Script Definitions. |
Fields¶
Label |
Field Name |
Details |
---|---|---|
Comparison |
Comparison__c |
Type
Picklist
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Account number assigned to this account (not the unique, system-generated ID assigned during creation). Maximum size is 40 characters.
|
Data Type |
Data_Type__c |
Type
Picklist
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Account number assigned to this account (not the unique, system-generated ID assigned during creation). Maximum size is 40 characters.
|
Key |
Key__c |
Type
Text(100)
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Account number assigned to this account (not the unique, system-generated ID assigned during creation). Maximum size is 40 characters.
|
Name |
Name |
Type
Auto Number
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Account number assigned to this account (not the unique, system-generated ID assigned during creation). Maximum size is 40 characters.
|
Script Path |
Script_Path__c |
Type
Master-Detail(Script Path)
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Account number assigned to this account (not the unique, system-generated ID assigned during creation). Maximum size is 40 characters.
|
Sequence |
Sequence__c |
Type
Number(18, 0)
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Account number assigned to this account (not the unique, system-generated ID assigned during creation). Maximum size is 40 characters.
|
Type |
Type__c |
Type
Picklist
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Account number assigned to this account (not the unique, system-generated ID assigned during creation). Maximum size is 40 characters.
|
Value |
Value__c |
Type
Text(255)
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Account number assigned to this account (not the unique, system-generated ID assigned during creation). Maximum size is 40 characters.
|
Usage¶
Use this object to query and manage accounts in your org. Client applications can create, update, delete, or query Attachment records associated with an account via the API.
Client applications can also create or update account objects by converting a Lead via the convertLead() call.
If the values in the IsPersonAccount Fields are not null, you can’t change IsPersonAccount to false, or an error occurs.
Associated Objects¶
This object has the following associated objects. If the API version isn’t specified, they’re available in the same API versions as this object. Otherwise, they’re available in the specified API version and later.
AccountHistory (API version 11.0) History is available for tracked fields of the object.