Share via


AdvancedLedgerEntryLine::existByALEHeaderLineNum Method

Indicates whether the specified record in the AdvancedLedgerEntryLine table exists.

Syntax

client server public static boolean existByALEHeaderLineNum(RefRecId _advancedLedgerEntryHeader, LineNum _lineNumber)

Run On

Called

Parameters

  • _advancedLedgerEntryHeader
    Type: RefRecId Extended Data Type
    The record ID of the AdvancedLedgerEntryHeader table to check for existence.
  • _lineNumber
    Type: LineNum Extended Data Type
    The current line number of the AdvancedLedgerEntryLine table to check for existence.

Return Value

Type: boolean
true if the specified record exists; otherwise, false.

See Also

Reference

AdvancedLedgerEntryLine Table