Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.