Share via


ReleaseUpdateDB60_Cat.migrateProductGroup Method [AX 2012]

Migrates a specified product group node and all its descendants.

Syntax

private container migrateProductGroup(
    CatProcureCatalogTable _catProcureCatalogTable, 
    CatDisplayCategoryTable _parentDC, 
    InventProductGroup _inventProductGroup)

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