LedgerJournalName::hasRefsToWFApprConfig Method

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

Syntax

client server public static boolean hasRefsToWFApprConfig(WorkflowTable _workflowTable)

Run On

Called

Parameters

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

Return Value

Type: boolean
true if any references exist; otherwise, false.

See Also

Reference

LedgerJournalName Table