Share via


LedgerRowDefLineNotes_IN::findByBalanceSheetDimId Method

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

  • _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.

See Also

Reference

LedgerRowDefLineNotes_IN Table