Promotion Assignment Field Reference
The Promotion Assignment object allows assigning promotions to accounts or retail stores.
| When you configure the layout setting for this object in the CT Orders Settings, the record type will be set by default. You can leave the Record Type field on the setting page empty. |
Object API name: orders__PromotionAssignment__c
| Field | API Name | Type | Description | ||
|---|---|---|---|---|---|
Account |
orders__AccountId__c |
Lookup(Account) |
An account to which the promotion is assigned. |
||
Active |
orders__IsActive__c |
Checkbox |
If selected, the record is active and can be applied in business logic. |
||
Promotion |
orders__PromotionId__c |
Master-Detail(Promotion) |
The Promotion identifier. |
||
Retail Store |
RetailStoreId__c |
Lookup(Retail Store) |
A retail store to which the promotion is assigned.
|