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.
Determines whether the specified record exists in the table.
Syntax
client server public static boolean exist(
Identification_IN _identification,
Note_IN _note,
TxtAlignment_IN _textAlign,
BalanceSheetDimId _balanceSheet)
Run On
Called
Parameters
- _identification
Type: Identification_IN Extended Data Type
The identification of the LedgerRowDefLineNotes_IN table record.
- _note
Type: Note_IN Enumeration
The note of the LedgerRowDefLineNotes_IN table record.
- _textAlign
Type: TxtAlignment_IN Enumeration
The text alignment of the LedgerRowDefLineNotes_IN table record.
- _balanceSheet
Type: BalanceSheetDimId Extended Data Type
The balance sheet of the LedgerRowDefLineNotes_IN table record.
Return Value
Type: boolean
true if the record exits; otherwise, false.