LedgerJournalName::findWorkflowApprovalModule Method
Determines to which LedgerJournalWFApprovalModule enumeration value the specified journal type is associated. Not all journal type values support workflow approvals.
Syntax
client server public static LedgerJournalWFApprovalModule findWorkflowApprovalModule(LedgerJournalType _journalType)
Run On
Called
Parameters
- _journalType
Type: LedgerJournalType Enumeration
The Journaltype value for which to find the associated module.
Return Value
Type: LedgerJournalWFApprovalModule Enumeration
The LedgerJournalWFApprovalModule enumeration value that is associated with the specified journal type.
Remarks
This method is used to evaluate the journal type for workflow approvals.This method will be modified as additional journals begin to support workflow approvals.