Newer Version Available

This content describes an older version of this product. View Latest

cgcloud__Promotion_Sales_Folder__c

Junction object between Promotion and Sales folder. 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
Name
Type
string
Properties
Autonumber, Defaulted on create, Filter, idLookup, Sort
Description
Unique identification of the record.
cgcloud__Promotion_Anchor__c
Type
string
Properties
Filter, Nillable, Sort
Description
Displays the anchor that's used in the promotion.
This is a calculated field.
Formula
1IF(ISPICKVAL(cgcloud__Promotion__r.cgcloud__Promotion_Template__r.cgcloud__Anchor_Type__c,'Customer'),cgcloud__Promotion__r
2.cgcloud__Anchor_Account__r.Name,IF(ISPICKVAL(cgcloud__Promotion__r.cgcloud__Promotion_Template__r.cgcloud__Anchor_Type__c,
3'CustomerSet'), cgcloud__Promotion__r.cgcloud__Anchor_Account_Set__r.cgcloud__Description__c, ''))
cgcloud__Promotion_Date_From__c
Type
date
Properties
Filter, Group, Nillable, Sort
Description
References to the promotion from date.
This is a calculated field.
Formula
1cgcloud__Promotion__r.cgcloud__Date_From__c
cgcloud__Promotion_Date_Thru__c
Type
date
Properties
Filter, Group, Nillable, Sort
Description
References to the promotion thru date.
This is a calculated field.
Formula
1cgcloud__Promotion__r.cgcloud__Date_Thru__c
cgcloud__Promotion_Phase__c
Type
string
Properties
Filter, Nillable, Sort
Description
References to the promotion phase.
This is a calculated field.
Formula
1TEXT(cgcloud__Promotion__r.cgcloud__Phase__c)
cgcloud__Promotion_Slogan__c
Type
string
Properties
Filter, Nillable, Sort
Description
References to the promotion slogan.
This is a calculated field.
Formula
1HYPERLINK('/' & cgcloud__Promotion__c, cgcloud__Promotion__r.cgcloud__Slogan__c, '_top')
cgcloud__Promotion_Template__c
Type
string
Properties
Filter, Nillable, Sort
Description
References to the promotion template.
This is a calculated field.
Formula
1HYPERLINK('/' & cgcloud__Promotion__r.cgcloud__Promotion_Template__c,
2cgcloud__Promotion__r.cgcloud__Promotion_Template__r.Name, '_top')
cgcloud__Promotion__c
Type
reference
Properties
Create, Filter, Group, Sort
Description
Reference to the promotion.
This is a relationship field.
Relationship Name
cgcloud__Promotion__r
Relationship Type
Master-detail
Refers To
cgcloud__Promotion__c (the master object)
cgcloud__Sales_Folder_Description__c
Type
string
Properties
Filter, Nillable, Sort
Description
References to the sales folder description.
This is a calculated field.
Formula
1cgcloud__Sales_Folder__r.cgcloud__Description__c
cgcloud__Sales_Folder_Valid_From__c
Type
date
Properties
Filter, Group, Nillable, Sort
Description
References to the sales folder valid from date.
This is a calculated field.
Formula
1cgcloud__Sales_Folder__r.cgcloud__Valid_From__c
cgcloud__Sales_Folder_Valid_Thru__c
Type
date
Properties
Filter, Group, Nillable, Sort
Description
References to the sales folder valid thru date.
This is a calculated field.
Formula
1cgcloud__Sales_Folder__r.cgcloud__Valid_Thru__c
cgcloud__Sales_Folder__c
Type
reference
Properties
Create, Filter, Group, Sort
Description
Reference to the sales folder.
This is a relationship field.
Relationship Name
cgcloud__Sales_Folder__r
Relationship Type
Master-detail
Refers To
cgcloud__Sales_Folder__c (the detail object)

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__Promotion_Sales_Folder__cChangeEvent
Change events are available for the object.
cgcloud__Promotion_Sales_Folder__cFeed
Feed tracking is available for the object.
cgcloud__Promotion_Sales_Folder__cHistory
History is available for the tracked fields of the object.
cgcloud__Promotion_Sales_Folder__cOwnerSharingRule
Sharing rules are available for the object.
cgcloud__Promotion_Sales_Folder__cShare
Sharing is available for the object.