Share via


RLedgerSheetServer_ActAdjustCustVend.agreementTitleKeyToBegBalanceKey Method [AX 2012]

Builds a new key based on _conKey parameter.

Syntax

public container agreementTitleKeyToBegBalanceKey(container _conKey)

Run On

Server

Parameters

  • _conKey
    Type: container
    Container which represents agreement key.

Return Value

Type: container
New key as container.

Remarks

New key represents node for tree which holds the begin balance data. Significant value of new key is number of agreement.

See Also

Reference

RLedgerSheetServer_ActAdjustCustVend Class