PCConfigurationReuseManager.existsReusableConfiguration Method [AX 2012]

Checks if a reusable configuration exists.

public boolean existsReusableConfiguration(
    ItemId _itemId, 
    PCClassRecId _componentRecId, 
    PCConfigurationReuseCode _configurationReuseCode, 
    InventSiteId _inventSiteId)

Run On

Called

Parameters

_itemId
Type: ItemId Extended Data Type
An item ID.
_componentRecId
Type: PCClassRecId Extended Data Type
A component record ID.
_configurationReuseCode
Type: PCConfigurationReuseCode Extended Data Type
A configuration reuse Code value.
_inventSiteId
Type: InventSiteId Extended Data Type
An inventory site ID.

Return Value

Type: boolean
true if a reusable configuration exists; otherwise, false.

Community Additions

ADD
Show: