Promotion_Scope__c Object Reference
Field Definitions
| Field Name | Type | Required | Unique | Description |
|---|---|---|---|---|
| Account_Id__c | Lookup(Account) | No | No | What account is eligible to use this promotion. |
| Brand_Id__c | Lookup(Account) | No | No | The brand that is included in this promotion. Brands are a special type of Account where Account.Supplier__c equals true and can also be associated with products. |
| Category_Id__c | Lookup(Product_Category__c) | No | No | The product category whose products this promotion can be used with. If the product category selected is a top-level category, all its subcategories are included in this promotion. |
| Contact_Id__c | Lookup(Contact) | No | No | The contact that can apply this promotion. |
| Membership_Id__c | Lookup(Membership__c) | No | No | Members can us the promo code for this Promotion. |
| Pricebook_Id__c | Lookup(Pricebook2) | No | No | Any product using the selected pricebook is included in this promotion. |
| Product_Id__c | Lookup(Product2) | No | No | The specific product that this promotion can be used with. If a master product is selected, all its variants are also included in this promotion. |
| Promotion_Id__c | MasterDetail(Promotion__c) | No | No | The Promotion that this scope applies to. |
| sC_Id__c | Text | No | Yes | StoreConnect External ID, do not modify in Salesforce |
For more information about how or when to use the above, see our documentation.
Back to Documentation