CatalogManager.validateProductKitInCatalog Method [AX 2012]

For a given catalog channel this method checks wheather the catalog product is a Kit and Validates if all the Kit components and substitutes are included in the catalog.

private boolean validateProductKitInCatalog(RetailKitRecId _retailKitRecId, RefRecId _catalogProductRecId)

Run On

Server

Parameters

_retailKitRecId
Type: RetailKitRecId Extended Data Type
The kit record ID.
_catalogProductRecId
Type: RefRecId Extended Data Type
The catalog product record ID.

Return Value

Type: boolean
Boolean true if the action is successful; else false.

Community Additions

ADD
Show: