InventLedgerConflictController.initContract Method [AX 2012]

Initializes the _InventLedgerConflictContract parameter.

protected void initContract(
    InventLedgerConflictContract _inventLedgerConflictContract, 
    Query _query, 
    Common _common, 
    DimensionAttribute _dimensionAttribute)

Run On

Called

Parameters

_inventLedgerConflictContract
Type: InventLedgerConflictContract Class
The contract class to initialize.
_query
Type: Query Class
The query to add to the contract.
_common
Type: Common Table
The table object that holds dimension values.
_dimensionAttribute
Type: DimensionAttribute Table
The dimension attribute name.

Each time this method is called, a new report ID is assigned. This is on purpose in order to separate data from multiple reports.

Community Additions

ADD
Show: