Share via


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:

  1. The given category has its inheritance behavior changed.

  2. The given category has an association with an attribute added.

  3. 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.

See Also

Reference

EcoResCategoryAttributeLookup Table