Share via


LedgerFundType::find Method

Searches the LedgerFundType table for the specified fund type number value.

Syntax

client server public static LedgerFundType find(
    FundTypeNumber _fundTypeNumber, 
   [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