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
CalledParameters
- _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.
Show: