Share via


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

  • _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.

See Also

Reference

RLedgerTurnoverParamValueCombination Table