CatalogManager.addProductsToCategory Method [AX 2012]

Adds a product to a category.

public void addProductsToCategory(
    TmpRetailProductsToAdd _tmpInventTable, 
    EcoResCategoryHierarchyId _hierarchyId, 
    EcoResCategoryId _categoryId)

Run On

Server

Parameters

_tmpInventTable
Type: TmpRetailProductsToAdd Table
The new TmpRetailProductsToAdd table buffer to use for the current instance.
_hierarchyId
Type: EcoResCategoryHierarchyId Extended Data Type
The value of the CategoryHierarchy field of the EcoResCategory table.
_categoryId
Type: EcoResCategoryId Extended Data Type
The category ID.

Community Additions

ADD
Show: