UpdateControlValue
Changed on:
13 Nov 2023
Overview
Updates the value of a control with the value.
Plugin Name | Inventory Reference Module |
---|---|
Namespace | [[account.id]].globalinventory |
The is the foundation for related implementations. It provides reference Workflows for inventory ingestion and processing. Extensible by design, use this Module as a base to build a solution to the needs of your customers.
The Module includes the following areas:
- Product Catalogue workflow
- Inventory Catalogue workflow
- Control Group workflow
- Virtual Catalogue workflow
UI Description
Updates the value of a control with the event attribute value.
Accepts
- CONTROL
Actions
- This rule produces a MutationAction that will update the value and execution order of one control
Rule parameters
There are no input parameters for this .
Event attributes
Parameter | Description | Data Type | Required? |
controlValue | The value of the control | Integer | Required |
executionOrder | that the control is applied | Integer | Required |
Exceptions
There are no exceptions produced for this .
Configuration example
1{
2 "name": "FLUENTRETAIL.globalinventory.UpdateControlValue"
3}
Detailed Technical Description
The uses a MutationAction to update the control value and the execution value of the control from the attributes.
Version History
v2.0.0
refers to