ForwardEventsWithFulfilmentChoiceReference
Rule
Changed on:
8 Aug 2025
Overview
The rule sends event to all fulfilment choices with definite reference.| Plugin Name | Order Reference Module |
|---|---|
| Namespace | [[account.id]].order |
UI Description
Sends event “eventName” to all fulfilment choices with a definite reference.
Accepts
- ORDER
Actions
- Sends event to all fulfilment choices with definite reference.
Rule parameters
| Parameter | Description |
| eventName | The name of the event to be triggered |
Event attributes
This rule does not directly identify any event attributes.
Exceptions
This rule may result in following exceptions:RubixException: 500, "Entity type is not supported".
Configuration example
1{
2 "name": "<ACCOUNTID>.order.ForwardEventsWithFulfilmentChoiceReference",
3 "props": {
4 "eventName": "FulfilmentChoiceReference"
5 }
6}