Share via


LedgerFund::findByRecId Method

Searches the LedgerFund table for the specified fund record ID value.

Syntax

client server public static LedgerFund findByRecId(
    FundRecId _fundRecId, 
   [boolean _forupdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _forupdate
    Type: boolean
    A Boolean value that indicates whether the record should be read for update; optional.

Return Value

Type: LedgerFund Table
A LedgerFund table record.

See Also

Reference

LedgerFund Table