RLedgerTurnoverParamValueCombination::findOrCreate Method
Finds or creates a record in the RLedgerTurnoverParamValueCombination table for a specific report type and parameter string.
Syntax
client server public static container findOrCreate(RLedgerTurnoverSheetType _reportType, str _paramStr)
Run On
Called
Parameters
- _reportType
Type: RLedgerTurnoverSheetType Enumeration
A value of the RLedgerTurnoverSheetType enumeration specifying the report type.
- _paramStr
Type: str
A string containing the parameter value combination.
Return Value
Type: container
A container holding the record ID of the parameter combination and a flag indicating whether the combination was created or found.