7.0.0-dev.125
Product Taxonomy: Align Qualification with Product Taxonomy Model
Background
Product qualification identifies a product type from its economic terms and represents the result as product taxonomy information. This allows inferred product classifications to be captured alongside taxonomy values sourced from external standards or documentation. For further details, refer to the documentation.
What is being released?
Previously, product qualification results were stored in the dedicated productQualifier attribute, while other taxonomy values were represented using the taxonomy name attribute. This introduced two different mechanisms for representing taxonomy information within the same type.
The ProductTaxonomy representation has been simplified to align product qualification with the existing taxonomy model:
- The dedicated
productQualifierattribute has been removed. - Product qualification results are now stored using the taxonomy
nameattribute, consistent with other taxonomy values. - A new boolean attribute,
calculated, has been added toProductTaxonomyto distinguish taxonomy values that have been generated by the CDM qualification process from those supplied from external sources.
Review directions
Changes can be reviewed in PR: #4895