Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Loyalty Engine Run Settings Input

Input representation of the loyalty engine settings to run simulation on the transaction journals.
Root XML tag
<loyaltyEngineRunSettingsRepresentation>
JSON example
1{
2  "runSetting": {
3    "isSimulation": true,
4    "viewType": "DetailedView"
5  }
6}
Properties
Name Type Description Required or Optional Available Version
isSimulation Boolean Indicates whether to run a simulation on the transaction journals (true) or not (false). Default value is false. Required for simulation otherwise optional. 55.0
viewType String View type for the transaction journal output. Valid values are:
  • DetailedView
  • SummaryView

The default view is DetailedView.

Optional 66.0