Share via


LedgerFundType::findByRecId Method

Searches the LedgerFundType table for the specified fund type record ID value.

Syntax

client server public static LedgerFundType findByRecId(
    FundTypeRecId _fundTypeRecId, 
   [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: LedgerFundType Table
The LedgerFundType table record.

See Also

Reference

LedgerFundType Table