xMatix
Sign in Request demo
xMatix
PRODUCTS
SalesField SalesCRMRewardsClaimsInventoryProcurementWarehouse ManagementField ServiceServiceSupportTelephony & MessagingFinance & AccountingPayrollExpense ManagementCommercePortalsAnalytics & ReportingData StudioMobile AppSee all products →
PLATFORM
Platform overviewApp BuilderAutomationIntegrationsSecurity & GovernanceChange ManagementDevelopers
SENSE AI
Sense AI overviewSense AssistSense ControlSense VisionAI StudioTrust & governanceIn Claude & ChatGPTUse cases
SOLUTIONS
FMCG & DistributionManufacturing & Dealer NetworksAutomotive & DealershipsPharma & HealthcareConsumer DurablesAgri-InputsBuilding MaterialsService NetworksWarehousing & 3PLFinancial AccountingERP SoftwareIndia GST ComplianceUAE VAT & e-InvoicingSaudi ZATCA & VATAll solutions →
RESOURCES
Knowledge CenterDeveloper & CLIBlogGuidesWhat is xMatix?Company facts
COMPANY
AboutCareersPartnersEventsContactAuthorsLegal
Sign in Request demo
Home/Docs/Entity Reference/Item Feature — entity reference
REFERENCE · Last reviewed

Item Feature — entity reference

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

FieldLabelTypeRequiredWhat it does
CreatedByIdCreated ByLookup → UserAccountYes
CreatedDateTimeCreated DateDateAndTimeYes
ExternalIdExternalExternalId
FeatureGroupFeature GroupTextA free-text second level of grouping above the option group; it is stored only and read by no code path.
IdIdGuidYes
ItemIdItemLookup → Item
MaxComponentCountMax ComponentsNumberIntended maximum number of components selectable from this option group; no code path enforces it.
MinComponentCountMin ComponentsNumberIntended minimum number of components a buyer must pick from this option group, but no code path enforces it during configuration or line explosion.
ModifiedByIdModified ByLookup → UserAccountYes
NameNameTextYes
OwnerIdOwnerLookup → UserAccountYes
PartnerAccountGroupIdPartner Account GroupLookup → AccountGroup
PartnerAccountIdPartner AccountLookup → Account
RecordTypeIdRecord TypeGuid, hidden
RelatedItemIdRelated ItemLookup → Item
ShowInCatalogShow in CatalogBooleanIntended to control catalogue visibility of the option group, but no server-side code path filters on it.
SortOrderSort OrderNumber
UIPropsUI PropsText
UpdatedDateTimeModified DateDateAndTimeYes

Actions

ActionLabelTypeWhat it does
BulkDeleteDeleteDeleteDelete the selected records.
CloneCloneServerAction (Clone)Create a copy of this record
DeleteDeleteDeleteDelete
DeleteInListDeleteDeleteDelete in a list page
EditEditEditEdit
EditInListEditEditEdit in page.
NewNewNewNew

Validations

ValidationApplies toError messageNotes
Maximum Quantity Rule ValidationMaxComponentCount, ErrorMaximum 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 ValidationMinComponentCount, ErrorMinimum Quantity cannot be Negative!!Validates that when a minimumcomponent count is specified, it must be greater than zero.