PCConfigurationReuseManager.createReusableConfiguration Method [AX 2012]

Creates a reusable configuration.

public PCConfigurationReuse createReusableConfiguration(
    ItemId _itemId, 
    InventDimId _inventDimId, 
    PCClassRecId _componentRecId, 
    PCConfigurationReuseCode _configurationReuseCode, 
    str _configurationReuseString)

Run On

Called

Parameters

_itemId
Type: ItemId Extended Data Type
An item ID.
_inventDimId
Type: InventDimId Extended Data Type
An inventory dimension ID.
_componentRecId
Type: PCClassRecId Extended Data Type
A component record ID.
_configurationReuseCode
Type: PCConfigurationReuseCode Extended Data Type
A configuration reuse code value.
_configurationReuseString
Type: str
A configuration reuse string value.

Return Value

Type: PCConfigurationReuse Table
A PCConfigurationReuse record.

Community Additions

ADD
Show: