OVERRIDE_DATE
Override the value of an instance property. The override only lasts for the duration of the execution of the current rule.
Usage
OVERRIDE_DATE(dataCollection, propertyName, temporaryValue)
Parameters
dataCollection |
String |
The name of the data collection for which to override a property. |
propertyName |
String |
The name of the property to override. |
temporaryValue |
DateTimeString |
The temporary value to use as an override in the data collection. |
Returns
Action
Remarks
N/A