RActAdjustEngineKernelCustVend.insAgreementData Method [AX 2012]

Inserts agreement data into internal structures.

protected int insAgreementData(
    Map _mapRoot, 
    container _conRootKey, 
    int _idx, 
   [boolean _bShowAgreementInfo])

Run On

Called

Parameters

_mapRoot
Type: Map Class
A Map class instance that contains the data that is mapped by keys.
_conRootKey
Type: container
A container that holds the key for the current node.
_idx
Type: int
The starting index to insert data into.
_bShowAgreementInfo
Type: boolean
A Boolean value that indicates whether to show the information by agreement.

Return Value

Type: int
An integer that corresponds to the next index value.

Output data by agreement.

_mapRoot – A node that has keys of the data.

_conRootKey – A key of this node.

_bShowConractInfo – Show information by agreement (title, totals).

Community Additions

ADD
Show: