RLedgerTurnoverParamValue::create Method
Creates a record containing the parameter value in the RLedgerTurnoverParamValue table.
Syntax
server public static void create(
Name _name,
Name _value,
RefRecId _refValueCombination,
[RefRecId _sourceRecId,
RefTableId _sourceTableId])
Run On
Server
Parameters
- _name
Type: Name Extended Data Type
The name of the parameter.
- _value
Type: Name Extended Data Type
The value of the parameter.
- _refValueCombination
Type: RefRecId Extended Data Type
A record ID of the parameter combination.
- _sourceRecId
Type: RefRecId Extended Data Type
A record ID of the source transaction characterized by the parameter.
- _sourceTableId
Type: RefTableId Extended Data Type
A table ID of the source transaction characterized by the parameter.