PCModelingLibrary::containingProductConfigurationModels Method [AX 2012]

Retrieves a set of product models that contain the specified component in their component tree.

client server public static Set containingProductConfigurationModels(PCClass _component, [Set _productModelsSet])

Run On

Called

Parameters

_component
Type: PCClass Table
The component that is contained in the product configuration models.
_productModelsSet
Type: Set Class
The set of records that will be populated with the records of the PCProductConfigurationModel table; optional.

Return Value

Type: Set Class
A set of records of the PCProductConfigurationModel table.
Show: