Share via


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

Return Value

Type: container
A container that contains the number of product group nodes and the number of product group items.

See Also

Reference

ReleaseUpdateDB60_Cat Class