PCSourceDocumentLineUtility.initialize Method [AX 2012]

Initializes issue values and validates that the item line can be processed for the product configuration.

public void initialize(Common _itemLine)

Run On

Server

Parameters

_itemLine
Type: Common Table
The item line to check.

ExceptionCondition
Error

The _itemLine parameter contains the wrong type of record.

The current company must be the legal entity of the source document line when calling this method.

Otherwise the correct InventDim record will not be found, or in the case of virtual companies the company() method on the selected InventDim record will yield an incorrect result.

Community Additions

ADD
Show: