EcoResCategoryAttributeLookup::synchronizeWithCategoryAttribute Method
Updates the records in the EcoResCategoryAttributeLookup table.
Syntax
client server public static void synchronizeWithCategoryAttribute(EcoResCategory _ecoResCategoryUpdated)
Run On
Called
Parameters
- _ecoResCategoryUpdated
Type: EcoResCategory Table
An instance of the EcoResCategory class that represents the procurement category.
Remarks
Updates the records in the EcoResCategoryAttributeLookup table after:
The given category has its inheritance behavior changed.
The given category has an association with an attribute added.
The given category has an association with an attribute removed.
In the current implementation, this API is called after the value of the ProcCategoryModifier.IsProductAttributesInherited field is toggled or by the EcoResCategoryAttribute.delete, EcoResCatalogControl.insert, EcoResCatalogControl.update, and EcoResCatalogControl.delete methods.