Share via


LedgerJournalFormTable.parmIsProcessingPaymentOnApprovedJounal Method [AX 2012]

Indicates whether the user can process payments for a workflow approvals approved journal.

Syntax

public boolean parmIsProcessingPaymentOnApprovedJounal([boolean _isProcessingPaymentOnApprovedJournal])

Run On

Client

Parameters

  • _isProcessingPaymentOnApprovedJournal
    Type: boolean
    A Boolean value that determines whether the user can process payments for a workflow approvals approved journal; optional.

Return Value

Type: boolean
true if the journal is non-editable in a workflow approvals approved state and the user has chosen to process payments; otherwise, false.

See Also

Reference

LedgerJournalFormTable Class