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.
Finds the record in the LedgerRowDefLineNotes_IN table that is specified by a balance sheet dimension ID.
Syntax
client server public static LedgerRowDefLineNotes_IN findByBalanceSheetDimId(
Identification_IN _identification,
Note_IN _note,
TxtAlignment_IN _textAlign,
BalanceSheetDimId _balanceSheet,
[boolean _forUpdate])
Run On
Called
Parameters
- _identification
Type: Identification_IN Extended Data Type
The record ID of the LedgerRowDefLineNotes_IN record to find.
- _note
Type: Note_IN Enumeration
The note of the LedgerRowDefLineNotes_IN record to find.
- _textAlign
Type: TxtAlignment_IN Enumeration
The text alignment of the LedgerRowDefLineNotes_IN record to find.
- _balanceSheet
Type: BalanceSheetDimId Extended Data Type
The balance sheet dimension ID of the LedgerRowDefLineNotes_IN record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: LedgerRowDefLineNotes_IN Table
A record from the LedgerRowDefLineNotes_IN table; otherwise, an empty record.