CatDisplayCategoryTable::createDisplayCategoryTree Method
Creates a new display category tree for the specified catalog by copying the procure category tree.
Syntax
client server public static void createDisplayCategoryTree(CatProcureCatalogTable _catalog, EcoResCategoryHierarchy _procureHierarchy)
Run On
Called
Parameters
- _catalog
Type: CatProcureCatalogTable Table
The catalog for the new display category tree.
- _procureHierarchy
Type: EcoResCategoryHierarchy Table
The procurement hierarchy object.
Remarks
This method will lock the procure category to prevent the tree structure from being modified. All nodes of the new display category tree will be persisted.
The specified _catalog parameter must have a record ID.