A named option group under an item that ItemComponent rows point at, so a configurable product's components can be presented in labelled sets. It is presentation metadata only: the package-configuration payload carries the feature's name and id alongside each component, and nothing else on the server reads it.
Fields
| Field | Label | Type | Required | What it does |
CreatedById | Created By | Lookup → UserAccount | Yes | |
CreatedDateTime | Created Date | DateAndTime | Yes | |
ExternalId | External | ExternalId | | |
FeatureGroup | Feature Group | Text | | A free-text second level of grouping above the option group; it is stored only and read by no code path. |
Id | Id | Guid | Yes | |
ItemId | Item | Lookup → Item | | |
MaxComponentCount | Max Components | Number | | Intended maximum number of components selectable from this option group; no code path enforces it. |
MinComponentCount | Min Components | Number | | Intended minimum number of components a buyer must pick from this option group, but no code path enforces it during configuration or line explosion. |
ModifiedById | Modified By | Lookup → UserAccount | Yes | |
Name | Name | Text | Yes | |
OwnerId | Owner | Lookup → UserAccount | Yes | |
PartnerAccountGroupId | Partner Account Group | Lookup → AccountGroup | | |
PartnerAccountId | Partner Account | Lookup → Account | | |
RecordTypeId | Record Type | Guid, hidden | | |
RelatedItemId | Related Item | Lookup → Item | | |
ShowInCatalog | Show in Catalog | Boolean | | Intended to control catalogue visibility of the option group, but no server-side code path filters on it. |
SortOrder | Sort Order | Number | | |
UIProps | UI Props | Text | | |
UpdatedDateTime | Modified Date | DateAndTime | Yes | |
Actions
| Action | Label | Type | What it does |
BulkDelete | Delete | Delete | Delete the selected records. |
Clone | Clone | ServerAction (Clone) | Create a copy of this record |
Delete | Delete | Delete | Delete |
DeleteInList | Delete | Delete | Delete in a list page |
Edit | Edit | Edit | Edit |
EditInList | Edit | Edit | Edit in page. |
New | New | New | New |
Validations
| Validation | Applies to | Error message | Notes |
| Maximum Quantity Rule Validation | MaxComponentCount, Error | Maximum Quantity cannot be Negative!! | Validates that when a maximum component count is specified, it must be greater than zero. The rule triggers an error if MaxComponentCount has a value but that value is zero or negative. |
| Minimum Quantity Rule Validation | MinComponentCount, Error | Minimum Quantity cannot be Negative!! | Validates that when a minimumcomponent count is specified, it must be greater than zero. |