cgcloud__Job_Definition_List_Template__c

Template that controls the behavior of Job definition lists. This object is available in API version 54.0 and later.

Supported Calls

create(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), search(), undelete(), update(), upsert()

Fields

Field Details
LastReferencedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
Most recent date on which a user referenced this record.
LastViewedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
Most recent date on which a user viewed this record.
Name
Type
string
Properties
Create, Defaulted on create, Filter, Group, idLookup, Nillable, Sort, Update
Description
Unique identification of the record.
OwnerId
Type
reference
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
ID of the record owner.
This is a polymorphic relationship field.
Relationship Name
Owner
Relationship Type
Lookup
Refers To
Group, User
cgcloud__Active__c
Type
boolean
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Indicates whether the activity template is available for use.
The default value is 'true'.
cgcloud__Classification__c
Type
picklist
Properties
Create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
Describes the type of activity template that's used to show the cockpit card of mobility device.
Possible values are:
  • Non_Standard—Non Standard
  • Standard
  • Standard_with_Customer—Standard with Customer
cgcloud__Consider_Account__c
Type
boolean
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
The attribute is used in activities with standard jobs. If yes, the system considers the Customer of the call when determining the relevant standard activity. If no, the standard activity is valid for all Customers.
The default value is false.
cgcloud__Consider_History__c
Type
boolean
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Defines the default configuration for considering historical products during activity creation.
The default value is false.
cgcloud__Consider_Listing__c
Type
boolean
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Defines the default configuration for considering listed products during activity creation.
The default value is false.
cgcloud__Consider_Products__c
Type
boolean
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Defines the default configuration for individual addition of products to the activity.
The default value is false.
cgcloud__Default_Management_Type__c
Type
picklist
Properties
Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
Specifies the default management type that's considered in the user determination when creating job lists from non-standard activity.
Possible values are:
  • Consultant
  • Sales
  • Service
The default value is Sales.
cgcloud__Description_Language_1__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Stores the description of language 1.
cgcloud__Description_Language_2__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Stores the description of language 2.
cgcloud__Description_Language_3__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Stores the description of language 3.
cgcloud__Description_Language_4__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Stores the description of language 4.
cgcloud__Description__c
Type
string
Properties
Filter, Nillable, Sort
Description
Description based on the user-specified language.
This is a calculated field.
Formula
CASE($User.cgcloud__Language_Postfix__c,
"Language1", cgcloud__Description_Language_1__c,
"Language2", BLANKVALUE(cgcloud__Description_Language_2__c,cgcloud__Description_Language_1__c),
"Language3", BLANKVALUE(cgcloud__Description_Language_3__c,cgcloud__Description_Language_1__c),
"Language4", BLANKVALUE(cgcloud__Description_Language_4__c,cgcloud__Description_Language_1__c),
cgcloud__Description_Language_1__c)
cgcloud__Display_In_Cockpit__c
Type
boolean
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Indicates whether the activity template is to be shown in the cockpit (mobility).
The default value is false.
cgcloud__Duration__c
Type
double
Properties
Create, Filter, Nillable, Sort, Update
Description
Defines the default duration when creating an activity (measured in weeks).
cgcloud__Sales_Org__c
Type
picklist
Properties
Create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
Describes the sales org to which the activity template belongs.
Possible values are:
  • 0000
  • 0001
  • 0002
  • 0003
cgcloud__Sort__c
Type
double
Properties
Create, Filter, Nillable, Sort, Update
Description
Specifies the sort value of the activity template record.
cgcloud__Standard_Jobs__c
Type
boolean
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Indicates whether standard jobs are to be considered.
The default value is false.
cgcloud__User_Policy__c
Type
picklist
Properties
Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
Controls the determination of valid users when the activity is activated. The attribute controls valid users by interpreting the main management relation between the user and the Customer.
Possible values are:
  • All
  • First
  • OnlyMain
The default value is All.

Associated Objects

This object has these following associated objects. If the API version isn’t specified, they are available in the same API versions as this object. Otherwise, they are available in the specified API version and later.

cgcloud__Job_Definition_List_Template__cChangeEvent
Change events are available for the object.
cgcloud__Job_Definition_List_Template__cFeed
Feed tracking is available for the object.
cgcloud__Job_Definition_List_Template__cHistory
History is available for the tracked fields of the object.
cgcloud__Job_Definition_List_Template__cOwnerSharingRule
Sharing rules are available for the object.
cgcloud__Job_Definition_List_Template__cShare
Sharing is available for the object.