ccrz__E_CategorySpec__c

Represents a spec value that's assigned to all products in a category.

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.

The crrz.ccApiCategory.fetch method returns data for products that belong to the categories that the method queries. When you create a category spec, the returned product data includes the product spec value that the category spec record assigns.

Fields

Category
The category whose products the spec applies to.
Usage Field Name Data Type
Input on object ccrz__Category__c Master-Detail Relationship (ccrz__E_Category__c)
Input or output with API (with any data size) The API doesn't return data for this field.
Category Spec Ext Id
A unique ID that associates the record with an external system.
Usage Field Name Data Type
Input on object ccrz__CategorySpecId__c Text (128)
Input or output with API (with any data size) The API doesn't return data for this field.
Category Spec Number
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.
Spec
The specification to define for all the products in the category, such as Material.
Usage Field Name Data Type
Input on object ccrz__Spec__c Master-Detail Relationship (ccrz__E_Spec__c)
Input or output with API (with any data size) The API doesn't return data for this field.
SpecValue
Value of the product's spec, such as Stainless Steel.
  • The Spec Value field is case-insensitive. If the spec's filter type is Checkbox, the Feature Filtering widget considers any case variation of the same string to be the same spec value. For example, the values Commercial, commercial, and COMMERCIAL are all counted as the same value.
  • If the spec's filter type is Slider:
  • Make sure that all spec values you create for that spec are numbers with consistent decimal places. For example, the range of values 1.5, 2.0, and 3 isn't valid—instead of 3, enter 3.0.
  • Avoid specifying negative numbers for any spec values, which can break the default slider functionality.

Tip

Usage Field Name Data Type
Input on object ccrz__SpecValue__c Text (255)
Input or output with API (with any data size) The API doesn't return data for this field.