Script Fragment Question

The Script_Fragment_Question__c object type represents an enumeration (a many-to-many relationship) of Questions that my be queried to the end user on a given Script Fragment.

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

Fragment Question ID

Name

Type
Auto Number
| Display Format | {000000000}

Properties
Create, Filter, Sort

Description
Script Fragment Questions sequential number (not the unique, system-generated ID assigned during creation).

Help Text

Help_Text__c

Type
Long Text Area(32768)

Properties
Create, Nillable, Update

Description
Help text to be shown, on user interface, closely to the Question Text.

Question Definition

Question_Definition__c

Type
Lookup(Script Question Definition)

Properties
Create, Filter, Group, Sort, Update

Description
A reference of the Script Question Definiton that is being used on Fragment it belongs to.

Question Text

Question_Text__c

Type
Formula (Text)

Properties
None

Description
Retrieves data from Question_Definition__c.Text__c.

Question Type

Question_Type__c

Type
Formula (Text)

Properties
None

Description
Retrieves data from Question_Definition__c.Type__c.

Required

Required__c

Type
Checkbox

Properties
Create, Filter, Nillable, Update

Description
Describes when an Answer to a Question is required on the Script Fragment it belongs to.

Script Fragment

Script_Fragment__c

Type
Master-Detail(Script Fragment)

Properties
Create, Filter, Group, Sort

Description
ID of the Script Fragment it belongs to.

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.