RActAdjustEngineKernelCustVend.agreementBegBalance Method [AX 2012]

Gets the Struct class instance that represents the balance at the beginning of the period by agreement.

Syntax

protected Struct agreementBegBalance(Map _mapRoot, container _conRootKey)

Run On

Called

Parameters

  • _mapRoot
    Type: Map Class
    A map that contains the keys of the derived data.
  • _conRootKey
    Type: container
    A container key for the map that is provided.

Return Value

Type: Struct Class
A Struct instance that represents the balance.

Remarks

This method gets the balance at the beginning of the period by agreement.

_mapRoot – A node that has the keys of the derived data.

_conRootKey – A key of this node.

See Also

Reference

RActAdjustEngineKernelCustVend Class