Background
The following Stibo configuration uses a ValueFilter to restrict the list of valid values for the PARTICULATES_FILTERED_MULTI_CD attribute for the Water Filter Cartridges category.
<Product ID="LEAF_3268723" UserTypeID="CATEGORY_LEAF">
<Name>Water Filter Cartridges</Name>
...
<AttributeLink AttributeID="PARTICULATES_FILTERED_MULTI_CD">
<MetaData>
<Value AttributeID="Mandatory" ID="Y">Yes</Value>
</MetaData>
<ValueFilter>
<Value ID="NOT_APPLICABLE">Not Applicable</Value>
<Value ID="MOULD">Mould</Value>
<Value ID="MERCURY">Mercury</Value>
<Value ID="BACTERIA">Bacteria</Value>
<Value ID="ZINC">Zinc</Value>
<Value ID="PET_DANDER">Pet Dander</Value>
<Value ID="SMOKE">Smoke</Value>
<Value ID="GAS">Gas</Value>
<Value ID="CLASS_1">Class 1</Value>
<Value ID="CADMIUM">Cadmium</Value>
<Value ID="DUST_MITES">Dust Mites</Value>
<Value ID="WATER">Water</Value>
<Value ID="OIL">Oil</Value>
<Value ID="DUST">Dust</Value>
<Value ID="AIR">Air</Value>
<Value ID="CHLORINE_CTO">Chlorine -CTO</Value>
<Value ID="COPPER">Copper</Value>
<Value ID="POLLEN">Pollen</Value>
</ValueFilter>
</AttributeLink>
</Product>
This behavior should be implemented in Syndigo using Dependent Attributes.
Required Configuration
1. Taxonomy Model
Update the Taxonomy Model - Attributes sheet:
- Populate the Dependent Attribute column with the taxonomy/category attribute.
- Populate the Dependent Relationship column with the relationship that links the reference data values to the taxonomy category.
2. Reference Data
Configure the reference data so that each reference value is related to its applicable taxonomy category.
For example:
| Category |
Allowed Value |
| Water Filter Cartridges |
Not Applicable |
| Water Filter Cartridges |
Mould |
| Water Filter Cartridges |
Mercury |
| Water Filter Cartridges |
Bacteria |
| ... |
... |
Each reference data value should have a relationship pointing to its corresponding taxonomy category.
Expected Behavior
When a user selects the Water Filter Cartridges category, the PARTICULATES_FILTERED_MULTI_CD attribute should display only the values configured for that category, matching the current Stibo ValueFilter behavior.
Background
The following Stibo configuration uses a
ValueFilterto restrict the list of valid values for thePARTICULATES_FILTERED_MULTI_CDattribute for the Water Filter Cartridges category.This behavior should be implemented in Syndigo using Dependent Attributes.
Required Configuration
1. Taxonomy Model
Update the Taxonomy Model - Attributes sheet:
2. Reference Data
Configure the reference data so that each reference value is related to its applicable taxonomy category.
For example:
Each reference data value should have a relationship pointing to its corresponding taxonomy category.
Expected Behavior
When a user selects the Water Filter Cartridges category, the PARTICULATES_FILTERED_MULTI_CD attribute should display only the values configured for that category, matching the current Stibo
ValueFilterbehavior.