cgcloud__Promotion_Reward_Group__c

This object holds the details of the reward group that's assigned to a promotion. 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
Autonumber, Defaulted on create, Filter, idLookup, Sort
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__Count_Hurdles__c
Type
double
Properties
Filter, Nillable, Sort
Description
Count of promotion hurdles with Reward Group-Specific Record Type.
This is a calculated field.
cgcloud__Count_Rewards__c
Type
double
Properties
Filter, Nillable, Sort
Description
Count of promotion rewards.
This is a calculated field.
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__Included__c
Type
boolean
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Define whether the reward group is to be considered on pricing calculations in context of selectable promotion.
The default value is true.
cgcloud__Promotion__c
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Lookup to the promotion to which the Reward Group is linked.
This is a relationship field.
Relationship Name
cgcloud__Promotion__r
Relationship Type
Lookup
Refers To
cgcloud__Promotion__c
cgcloud__Reward_Multiplicity__c
Type
picklist
Properties
Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
Defines the number of rewards that can be selected in mobility if conditions are fulfilled.
Possible values are:
  • 1—Up to One
  • n—Zero or More
The default value is n.
cgcloud__Sales_Org__c
Type
picklist
Properties
Create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
Describes the sales organization to which the promotion reward group belongs.
Possible values are:
  • 0000
  • 0001
  • 0002
  • 0003
cgcloud__Sort_Unique__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Defines the uniqueness of the sort value.
cgcloud__Sort__c
Type
double
Properties
Create, Filter, Nillable, Sort, Update
Description
Sort order of the displayable reward groups records.
cgcloud__Title_Language_1__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Stores the title of language 1.
cgcloud__Title_Language_2__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Stores the title of language 2.
cgcloud__Title_Language_3__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Stores the title of language 3.
cgcloud__Title_Language_4__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Stores the title of language 4.
cgcloud__Title__c
Type
string
Properties
Filter, Nillable, Sort
Description
Localizable title of the Reward Group. Reference to the title based on the user-specifiied language.
This is a calculated field.
Formula
CASE($User.cgcloud__Language_Postfix__c,
"Language1", cgcloud__Title_Language_1__c,
"Language2", BLANKVALUE(cgcloud__Title_Language_2__c,cgcloud__Title_Language_1__c),
"Language3", BLANKVALUE(cgcloud__Title_Language_3__c,cgcloud__Title_Language_1__c),
"Language4", BLANKVALUE(cgcloud__Title_Language_4__c,cgcloud__Title_Language_1__c),cgcloud__Title_Language_1__c)

Associated Objects

This object has theseassociated 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__Promotion_Reward_Group__cChangeEvent
Change events are available for the object.
cgcloud__Promotion_Reward_Group__cFeed
Feed tracking is available for the object.
cgcloud__Promotion_Reward_Group__cHistory
History is available for the tracked fields of the object.
cgcloud__Promotion_Reward_Group__cOwnerSharingRule
Sharing rules are available for the object.
cgcloud__Promotion_Reward_Group__cShare
Sharing is available for the object.