PCAdaptorVisitorProductionDocGeneration.initialize Method [AX 2012]
Initializes an instance of the product document generation visitor.
public void initialize(
PCProductModelVersion _productModelVersion,
PCVariantConfiguration _variantConfiguration,
ItemId _itemId,
InventDim _supplyInventDim,
PCGenerateComponentInstInfoCollection _generateComponentInstanceInfoCollection,
[boolean _generateBOMVersion])
Run On
ServerParameters
- _productModelVersion
- Type: PCProductModelVersion Table
A product model version.
- _variantConfiguration
- Type: PCVariantConfiguration Table
A variant configuration.
- _itemId
- Type: ItemId Extended Data Type
An item ID.
- _supplyInventDim
- Type: InventDim Table
A supply inventory dimension.
- _generateComponentInstanceInfoCollection
- Type: PCGenerateComponentInstInfoCollection Class
A collection that contains mappings between component instances and generation information.
- _generateBOMVersion
- Type: boolean
A Boolean value that indicates whether a bill of materials version was created.
Community Additions
ADD
Show: