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
- _fundTypeNumber
Type: FundTypeNumber Extended Data Type
The fund type number value to find.
- _forupdate
Type: boolean
A Boolean value that indicates whether the record should be read for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The associated concurrency model for the record; optional.
Return Value
Type: LedgerFundType Table
The LedgerFundType table record.