ReleaseUpdateDB60_Cat.migrateProductGroupChildren Method [AX 2012]
Non-upgrade script.Migrates the child nodes and child items of the given product group node.
private container migrateProductGroupChildren(
CatProcureCatalogTable _catProcureCatalogTable,
InventProductGroup _parentInventProductGroup,
CatDisplayCategoryTable _parentCatDisplayCategoryTable)
Run On
ServerParameters
- _catProcureCatalogTable
- Type: CatProcureCatalogTable Table
The catalog to migrate to.
- _parentInventProductGroup
- Type: InventProductGroup Table
The parent product group record from which to migrate.
- _parentCatDisplayCategoryTable
- Type: CatDisplayCategoryTable Table
The parent display category record to migrate to.
Return Value
Type: containerA container that contains the number of product group nodes and the number of product group items.
Community Additions
ADD
Show: