LedgerJournalName.checkWorkflowApprovalEnabled Method

Validates that an active LedgerJournalName workflow approval configuration is enabled.

Syntax

public boolean checkWorkflowApprovalEnabled([boolean _displayInfoLog])

Run On

Called

Parameters

  • _displayInfoLog
    Type: boolean
    A Boolean value that specifies whether to display the Infolog when an invalid state is detected; optional.

Return Value

Type: boolean
true if all of the validations are successful; otherwise, false.

Remarks

This method will also validate the configuration information about the WorkflowConfigurationTable table.Unless all validations are met the method will not return true and the configuration will not be considered to have workflow approval.

See Also

Reference

LedgerJournalName Table