Share via


LedgerJournalFormTrans_Payment.getEnablePaymStatusFieldsKey Method [AX 2012]

Builds the enable payment status fields key based on the current LedgerJournalTrans information.

Syntax

private str getEnablePaymStatusFieldsKey(boolean _isNotSubmitted)

Run On

Client

Parameters

  • _isNotSubmitted
    Type: boolean
    The workflow approval status not submitted is true, otherwise false.

Return Value

Type: str
A key that identfies the information to allow enable payment status fields editing logic.

See Also

Reference

LedgerJournalFormTrans_Payment Class