PCBackEndConfiguration.setup Method [AX 2012]

Sets up the PCBackEndConfiguration class.

public void setup(
    PCVariantConfiguration _variantConfiguration, 
    PCProductModelVersion _productModelVersion, 
    ItemId _itemId, 
    EcoResConfigurationName _configurationName, 
    InventDim _supplyInventDim, 
    InventDim _demandInventDim, 
    SalesPrice _price, 
    SalesShippingDate _shipDate, 
    PCAdaptor _adaptor, 
   [boolean _generateDocumentReference])

Run On

Server

Parameters

_variantConfiguration
Type: PCVariantConfiguration Table
A variant configuration.
_productModelVersion
Type: PCProductModelVersion Table
A product configuration model version.
_itemId
Type: ItemId Extended Data Type
An item ID.
_configurationName
Type: EcoResConfigurationName Extended Data Type
A configuration name.
_supplyInventDim
Type: InventDim Table
The supply inventory dimension.
_demandInventDim
Type: InventDim Table
The demand inventory dimension.
_price
Type: SalesPrice Extended Data Type
The price of the configured product.
_shipDate
Type: SalesShippingDate Extended Data Type
The ship date of the configured product.
_adaptor
Type: PCAdaptor Class
An instance of the PCAdaptor class.
_generateDocumentReference
Type: boolean
A Boolean value that indicates whether a document reference should be created.

Community Additions

ADD
Show: