Share via


LedgerJournalFormTable.canLinesFormGeneratePayments Method [AX 2012]

Determines whether the journal type supports generate payments on the lines form.

Syntax

public boolean canLinesFormGeneratePayments(LedgerJournalType _journalType)

Run On

Client

Parameters

Return Value

Type: boolean
true if the lines form supports generate payments; otherwise, false.

Remarks

This logic is needed because the workflow approvals feature has added a new lines button, which allows the user to open a lines form in either review, edit or generate payments mode. Generate payments mode should only be shown as an option if the lines form supports it.

See Also

Reference

LedgerJournalFormTable Class