ReleaseUpdateDB60_Cat.migrateProductGroup Method [AX 2012]
Migrates a specified product group node and all its descendants.
private container migrateProductGroup(
CatProcureCatalogTable _catProcureCatalogTable,
CatDisplayCategoryTable _parentDC,
InventProductGroup _inventProductGroup)
Run On
ServerParameters
- _catProcureCatalogTable
- Type: CatProcureCatalogTable Table
The destination catalog.
- _parentDC
- Type: CatDisplayCategoryTable Table
The destination parent display category record.
- _inventProductGroup
- Type: InventProductGroup Table
The product group record from which to migrate.
Return Value
Type: containerA container that contains the number of product group nodes and the number of product group items.
Community Additions
ADD
Show: