cgcloud__Account_Template__c

Stores the details of the account template object that's to be used for accounts. 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
RecordTypeId
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Record type of the record.
This is a relationship field.
Relationship Name
RecordType
Relationship Type
Lookup
Refers To
RecordType
cgcloud__Active__c
Type
boolean
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Indicates whether the Customer Template record is active (true) or not (false).
The default value is true.
cgcloud__Available_Product_Level__c
Type
multipicklist
Properties
Create, Filter, Nillable, Update
Description
Specifies the multiple sets of values that the user can choose, which are further used to aggregate the calculation grid for the account plan.
Possible values are:
  • Brand
  • Category
  • Flavor—Sub Brand
  • Package—Product Price Group
  • SubCategory—Sub Category
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
1CASE($User.cgcloud__Language_Postfix__c,
2"Language1", cgcloud__Description_Language_1__c,
3"Language2", BLANKVALUE(cgcloud__Description_Language_2__c,cgcloud__Description_Language_1__c),
4"Language3", BLANKVALUE(cgcloud__Description_Language_3__c,cgcloud__Description_Language_1__c),
5"Language4", BLANKVALUE(cgcloud__Description_Language_4__c,cgcloud__Description_Language_1__c),
6cgcloud__Description_Language_1__c)
cgcloud__Initial_Roles__c
Type
multipicklist
Properties
Create, Filter, Nillable, Update
Description
Set of roles that a new account receives when it's created on the CGCloud Mobility App.
Possible values are:
  • customer
  • deliveryrecipient
  • order
  • payer
  • store
cgcloud__KPI_Set_Plan_Dependent__c
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Reference to the KPI Set, which has Plan usage and is child object dependent.
This is a relationship field.
Relationship Name
cgcloud__KPI_Set_Plan_Dependent__r
Relationship Type
Lookup
Refers To
cgcloud__KPI_Set__c
cgcloud__Sales_Org__c
Type
picklist
Properties
Create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
Describes the sales organization to which the customer template belongs.
Possible values are:
  • 0000
  • 0001
  • 0002
  • 0003

Associated Objects

This object has these 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__Account_Template__cChangeEvent
Change events are available for the object.
cgcloud__Account_Template__cFeed
Feed tracking is available for the object.
cgcloud__Account_Template__cHistory
History is available for the tracked fields of the object.
cgcloud__Account_Template__cOwnerSharingRule
Sharing rules are available for the object.
cgcloud__Account_Template__cShare
Sharing is available for the object.