RetailTmpCatBulkAttrib::initializeRetailTmpCatBulkAttrib Method
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
client server private static boolean initializeRetailTmpCatBulkAttrib(
RetailInternalOrgRefRecId _internalOrganization,
CatalogRefRecId _catalogRecId,
RefRecId _categoryHierarchyRecId,
RetailCatalogCategoryTreeNode _categoryTreeNode,
int _maxRows,
RetailTmpInternalOrgCatalogProduct _tmpCatalogProduct,
utcdatetime _channelHierarchyDateTime)
Microsoft Dynamics AX 2012 R2 (SYS)
client server private static boolean initializeRetailTmpCatBulkAttrib(
CatalogRefRecId _catalogRecId,
RefRecId _categoryHierarchyRecId,
RetailCatalogCategoryTreeNode _categoryTreeNode,
int _maxRows)
Run On
Called
Parameters
- _internalOrganization
Type: RetailInternalOrgRefRecId Extended Data Type
- _catalogRecId
Type: CatalogRefRecId Extended Data Type
- _categoryHierarchyRecId
Type: RefRecId Extended Data Type
- _categoryTreeNode
Type: RetailCatalogCategoryTreeNode Class
- _maxRows
Type: int
- _tmpCatalogProduct
Type: RetailTmpInternalOrgCatalogProduct Table
- _channelHierarchyDateTime
Type: utcdatetime