Promotion Field References
The Promotion object allows setting up sell-in, ordering and delivery dates, stores data about promotion availability and its status, and details on discount calculation and freebies distribution.
Object API name: orders__Promotion__c
| Field | API Name | Type | Description | ||
|---|---|---|---|---|---|
Active |
orders__IsActive__c |
Checkbox |
If selected, the promo record is active and can be applied in business logic. This checkbox is interrelated with promo Status. |
||
Assigned On Order |
orders__isAssignedOnOrder__c |
Checkbox |
If true, the Promotion Id lookup field is checked on the order. If the field contains SFID of the promotion, the promotion will be displayed in the left list of the order screen. Default value is false.
|
||
Available for All Accounts |
orders__IsAvailableForAllAccounts__c |
Checkbox |
If selected, a Promotion is available for all customers.
|
||
Calculation Type |
orders__CalculationType__c |
Lookup(Calculation Type) |
Calculation Type used for the price calculation.
|
||
Delivery End Date |
orders__DeliveryEndDate__c |
Date |
Since this date, the delivery is no longer available. |
||
Delivery Start Date |
orders__DeliveryStartDate__c |
Date |
Since this date, the delivery is available. |
||
Description |
orders__Description__c |
Text(255) |
Add a description if needed. |
||
External Id |
orders__ExternalId__c |
Text(255) (External ID) (Unique Case Sensitive) |
External identifier of the promotion. |
||
Long Term Discount Start Date |
orders__LongTermDiscountStartDate__c |
Date |
The field will be active on the Promotion form when the orders__IsSetAsLongTermDiscount__c checkbox is checked. |
||
Long Term Discount End Date |
orders__LongTermDiscountEndDate__c |
Date |
The field will be active on the Promotion form when the orders__IsSetAsLongTermDiscount__c checkbox is checked. |
||
Order End Date |
orders__OrderEndDate__c |
Date |
Since this date, the Promotion is no longer available for ordering. |
||
Order Start Date |
orders__OrderStartDate__c |
Date |
Since this date, the Promotion is available for ordering. |
||
Order Type |
orders__OrderType__c |
Picklist(Multi-Select) |
Displays the selected order type for which the promo is available. |
||
Sales Organization |
orders__SalesOrganizationId__c |
Lookup(Sales Organization) |
The business unit for which the promo is configured. |
||
Set As Long Term Discount |
orders__IsSetAsLongTermDiscount__c |
Checkbox |
If the checkbox is selected, this promo is a long-term promotion and can be used multiple times for the same account.
|
||
Status |
orders__Status__c |
Picklist |
Current promotion status:
Status is interrelated with the Active checkbox. |
||
Unique Products # for Discounts |
orders__UniqueProductsNumberForDiscounts__c |
Number(18,0) |
The minimum number of products in the order to allow customers to get a discount. |