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
- _fundTypeRecId
Type: FundTypeRecId Extended Data Type
The fund type record ID 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.