Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the journal type supports generate payments on the lines form.
Syntax
public boolean canLinesFormGeneratePayments(LedgerJournalType _journalType)
Run On
Client
Parameters
- _journalType
Type: LedgerJournalType Enumeration
The type of the journal.
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.