Share via


ReleaseUpdateDB60_Cat.createCatProcureCatalogTable Method [AX 2012]

Creates a catalog with a single root node, and returns the root node.

Syntax

private CatDisplayCategoryTable createCatProcureCatalogTable(DirPerson _ownerPerson, RecId _procurementCategoryHierarchyRecId)

Run On

Server

Parameters

  • _ownerPerson
    Type: DirPerson Table
    The person who would be the owner of the catalog to create.

Return Value

Type: CatDisplayCategoryTable Table
The root display category of the catalog that is created.

Remarks

Non-upgrade script.

See Also

Reference

ReleaseUpdateDB60_Cat Class