配置基于分类的属性值的依赖属性报告:
作者: milangupta03创建于 2026年6月25日更新于 2026年9月7日
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 …内容来源: f/prompts.chat