Attribute Rules
Info
SFIX can execute Product Configuration Procedures (attribute rules) typical implementation:
- fetch line item to update, see getter queries for more details
- change attribute value by running
AttributePreConfigureHelper.updateAttributes - execute product configuration procedures by firing
ProductConfigurationProcedureHelper.execute - apply results bu running
AttributePreConfigureHelper.updateAttributesagain - trigger line item update
Supported attribute actions:
- ASSIGN values
- REQUIRE true / false
- HIDE true / false
- DISABLE - true / false
- CONSTRAIN - include / exclude
Sample implementation



