{"title":"Promotion 2 Condition Object Reference","slug":"promotion2-condition-object-reference","url":"https://support.storeconnect.com/articles/promotion2-condition-object-reference","url_markdown":"https://support.storeconnect.com/articles/promotion2-condition-object-reference.md","subtitle":null,"summary":"Promotion 2 Condition links a Condition and a Reward to a Promotion 2 record. Each record pairs one condition (what must be met) with one reward (what discount to apply), with a priority for tiered evaluation.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Promotion 2 Condition, s_c__Promotion2Condition__c, api, advanced promotions","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nPromotion 2 Condition is a junction record that links a Condition and a Reward to a [Promotion 2](promotion2-object-reference). Each record pairs one condition (what must be true for the promotion to apply) with one reward (what discount to give). A single Promotion 2 can have multiple Promotion 2 Condition records, which are evaluated in **Priority** order.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Promotion2_Condition__c` |\n| **Label** | Promotion v2 Condition |\n| **Plural Label** | Promotion v2 Conditions |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Condition | `s_c__Condition_Id__c` | Lookup ([s_c__Condition__c](condition-object-reference)) | No | The Condition that must be met. Each Promotion 2 can have at most one Promotion 2 Condition record per Condition. |\n| Priority | `s_c__Priority__c` | Number(18,0) | No | Evaluation order within the promotion. Lower numbers are evaluated first. Used by the **Tiered** reward strategy to determine which condition's reward applies. |\n| Promotion v2 | `s_c__Promotion2_Id__c` | Lookup ([s_c__Promotion2__c](promotion2-object-reference)) | No | The Promotion 2 this condition belongs to. |\n| Reward | `s_c__Reward_Id__c` | Lookup ([s_c__Reward__c](reward-object-reference)) | No | The Reward to apply when this condition is met. |\n\n## Relationships\n\n| Field | Type | Related Object | Relationship Name |\n|-------|------|----------------|-------------------|\n| `s_c__Condition_Id__c` | Lookup | [s_c__Condition__c](condition-object-reference) | Promotion2_Conditions_Condition |\n| `s_c__Promotion2_Id__c` | Lookup | [s_c__Promotion2__c](promotion2-object-reference) | Promotion2_Conditions_Promotion2 |\n| `s_c__Reward_Id__c` | Lookup | [s_c__Reward__c](reward-object-reference) | Promotion2_Conditions_Reward |\n\n:::note\nEach combination of Promotion 2 and Condition must be unique — you cannot add the same Condition to a Promotion 2 more than once.\n:::"}