Script Typo¶
The Script_Typo__c object type represents a domain of the available classifications for a Case script execution. It defines an eight level classification, and is used to define which Script Definition should be executed on each Case.
By default, the end user is able to run more than one Script Definition for each Case (when customer have more than one request in a single call), but it can be changed depending on how Jarvis is applied on Business scenarios.
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 |
---|---|---|
Create Case (if possible) |
Create_Case__c |
Type
Checkbox
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.
|
Description |
Description__c |
Type
Long Text Area(32768)
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.
|
External ID |
External_ID__c |
Type
Text(100) (External ID) (Unique Case Sensitive)
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.
|
Level 01 |
Level_01__c |
Type
Text(50)
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.
|
Level 02 |
Level_02__c |
Type
Text(50)
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.
|
Level 03 |
Level_03__c |
Type
Text(50)
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.
|
Level 04 |
Level_04__c |
Type
Text(50)
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.
|
Level 05 |
Level_05__c |
Type
Text(50)
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.
|
Level 06 |
Level_06__c |
Type
Text(50)
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.
|
Level 07 |
Level_07__c |
Type
Text(50)
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.
|
Level 08 |
Level_08__c |
Type
Text(50)
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__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.
|
Script Definition |
Script_Definition__c |
Type
Lookup(Script Definition)
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 Typo ID |
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.
|
Status |
Status__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.
|
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.