RLedgerTurnoverParamValue::find Method
Finds the specified record in the RLedgerTurnoverParamValue table.
Syntax
client server public static RLedgerTurnoverParamValue find(
RefRecId _combinationRecId,
Name _name,
[boolean _forupdate])
Run On
Called
Parameters
- _combinationRecId
Type: RefRecId Extended Data Type
A record ID of the parameter combination.
- _name
Type: Name Extended Data Type
The name of the parameter.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: RLedgerTurnoverParamValue Table
A record in the RLedgerTurnoverParamValue table; otherwise, an empty record.