ccrz__E_PromotionAccountGroupFilter__c
Represents an account group that a promotion record includes or excludes, which
targets the promotion at a specific set of users.
Compatibility
This reference applies to:
Release | Managed Package Version | API Version |
---|---|---|
B2B Commerce for Visualforce Winter ’21 | 4.13 | 12 |
B2B Commerce for Visualforce Spring ’20 | 4.12 | 11 |
B2B Commerce for Visualforce Summer ’19 | 4.11 | 10 |
B2B Commerce for Visualforce Spring ’19 | 4.10 | 9 |
B2B Commerce for Visualforce Summer ’18 | 4.9 | 8 |
API Usage
Class used with: The API doesn't directly query records of this object.
Instead, the ccrz.ccApiPromotion.fetch method filters returned promotion records by the account group that this object specifies when the input map specifies ccrz.ccApiPromotion.FILTERED => true.
Fields
- CC Account Group
- The account group that the filter applies to.
-
Usage Field Name Data Type Input on object ccrz__AccountGroup__c Lookup Relationship (ccrz__E_AccountGroup__c) Input or output with API (with any data size) Not applicable - CC Promotion
- The promotion that the filter applies to.
-
Usage Field Name Data Type Input on object ccrz__Promotion__c Master-Detail Relationship (ccrz__E_Promo__c) Input or output with API (with any data size) Not applicable - CC Promotion Account Group Filter Name
- A unique, automatically assigned ID for the record.
-
Usage Field Name Data Type Input on object Name Auto Number Input or output with API (with any data size) Not applicable - End Date
- The date when this filter is no longer active.
-
Usage Field Name Data Type Input on object ccrz__EndDate__c Date Input or output with API (with any data size) Not applicable - Filter Type
- Whether the filter includes or excludes the buyers in the specified account group.
-
Usage Field Name Data Type Input on object ccrz__FilterType__c Picklist Input or output with API (with any data size) Not applicable - Start Date
- The date when this filter is active.
-
Usage Field Name Data Type Input on object ccrz__StartDate__c Date Input or output with API (with any data size) Not applicable