Share via


LedgerJournalName::hasActiveRefsToWFApprConfig Method

Determines if the LedgerJournalName table has workflow approval-active records that hold a reference to the specified record in the WorkflowTable table.

Syntax

client server public static boolean hasActiveRefsToWFApprConfig(WorkflowTable _workflowTable)

Run On

Called

Parameters

  • _workflowTable
    Type: WorkflowTable Table
    The WorkflowTable table record for which the records in the LedgerJournalName table may hold a reference.

Return Value

Type: boolean
true if workflow approval-active records have references to the specified record in the WorkflowTable table; otherwise, false.

Remarks

Please notice that this method only returns true if the existing records are workflow-active.

See Also

Reference

LedgerJournalName Table