Defines a group of component products within a bundle. Component groups allow you to organize components and apply rules such as minimum or maximum number of different components or minimum or maximum total quantity of components that must be selected from the group.
Property
Value
API Name
s_c__Component_Group__c
Label
Component Group
Plural Label
Component Groups
Type
Custom Object
Fields
Field Label
API Name
Type
Required
Description
Display Name
s_c__Display_Name__c
Text(255)
No
The display name of this component group that will be shown on the website. If empty, the Name field will be used instead.
Maximum Components
s_c__Max_Components__c
Number(18,0)
No
The maximum number of different components that can be selected from this group. For example, if set to 4, no more than 4 different components from the group can have a quantity greater than or equal to 1. This value must be greater than 0. If both minimum and maximum components are specified, the maximum must be greater than or equal to the minimum.
Maximum Group Quantity
s_c__Max_Group_Quantity__c
Number(18,0)
No
The maximum total quantity of components that can be selected from this group. This is the sum of quantities across all components in the group. For example, if set to 4, the total quantity of all components from the group cannot exceed 4. This value must be greater than 0. If both minimum and maximum group quantities are specified, the maximum must be greater than or equal to the minimum.
Minimum Components
s_c__Min_Components__c
Number(18,0)
No
The minimum number of different components that must be selected from this group. For example, if set to 4, at least 4 different components from the group must have a quantity greater than or equal to 1. This value must be greater than or equal to 0.
Minimum Group Quantity
s_c__Min_Group_Quantity__c
Number(18,0)
No
The minimum total quantity of components that must be selected from this group. This is the sum of quantities across all components in the group. For example, if set to 4, the total quantity of all components from the group must be at least 4. This value must be greater than or equal to 0.
Position
s_c__Position__c
Number(18,0)
No
The position of this component group in relation to all component groups in the bundle. Lower numbers are displayed first. This field is required and must be greater than 0.