Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _fundRecId
Type: FundRecId Extended Data Type
The fund 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 to use for the record; optional.
Return Value
Type: LedgerFund Table
A LedgerFund table record.