Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

ccrz__E_PriceGroupPricelist__c

Represents the assignment of a price list to a price group.

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.

Fields

CC Price Group
The price group that the price list is assigned to.
Usage Field Name Data Type
Input on object ccrz__PriceGroup__c Master-Detail Relationship (ccrz__E_PriceGroup__c)
Input or output with API (with any data size) The API doesn't return data for this field.
CC Price Group Pricelist 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) The API doesn't return data for this field.
CC Price List
The price list assigned to the price group.
Usage Field Name Data Type
Input on object ccrz__Pricelist__c Lookup Relationship (ccrz__E_PriceList__c)
Input or output with API (with any data size) The API doesn't return data for this field.
Effective End
Date when this assignment is no longer available.
Usage Field Name Data Type
Input on object ccrz__EffectiveEnd__c Date/Time
Input or output with API (with any data size) The API doesn't return data for this field.
Effective Start
Date when this assignment is available.
Usage Field Name Data Type
Input on object ccrz__EffectiveStart__c Date/Time
Input or output with API (with any data size) The API doesn't return data for this field.
Enabled
Whether the record is active in your org's data.
Usage Field Name Data Type
Input on object ccrz__Enabled__c Checkbox
Input or output with API (with any data size) The API doesn't return data for this field.
Price Group Pricelist ID
A unique ID that associates the record with an external system.
Usage Field Name Data Type
Input on object ccrz__PriceGroupPricelistID__c Text (255)
Input or output with API (with any data size) The API doesn't return data for this field.
Sequence
Order of the price list's assignment to the price group among all price lists assigned to the price group. Lower Sequence values take priority.
Usage Field Name Data Type
Input on object ccrz__Sequence__c Number (8, 0)
Input or output with API (with any data size) The API doesn't return data for this field.
Storefront
The name of the storefront where this assignment applies.
Usage Field Name Data Type
Input on object ccrz__Storefront__c Text (255)
Input or output with API (with any data size) The API doesn't return data for this field.