ReleaseUpdateDB60_Cat.migrateProductGroupChildren Method [AX 2012]
Non-upgrade script.Migrates the child nodes and child items of the given product group node.
Syntax
private container migrateProductGroupChildren(
CatProcureCatalogTable _catProcureCatalogTable,
InventProductGroup _parentInventProductGroup,
CatDisplayCategoryTable _parentCatDisplayCategoryTable)
Run On
Server
Parameters
- _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: container
A container that contains the number of product group nodes and the number of product group items.