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 number value.
Syntax
client server public static LedgerFund find(
FundNumber _fundNumber,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _fundNumber
Type: FundNumber Extended Data Type
The fund 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 to use for the record; optional.
Return Value
Type: LedgerFund Table
A LedgerFund table record.