Realtime Input Configurable
The majority of Rules you build in Rule Designer will start with a Realtime Input Step. This allows you to call the Rule and allows you to understand the Fields and Field formats that need to be passed to the Rule.
You may need to build Input Templates for your use case specific Rules. To provide a quick start we have a Public Template called Realtime Input Configurable. This contains all the Fields that are required for a Rule containing a Get CXID Public template to work. This can be downloaded, altered and re-uploaded to create your own input templates.
Input Data
Field | Description | Example |
---|---|---|
Message | The message contains just the basic fields created by a rule. |
|
Configuration
No configuration items exist.
Processing
This tile template will take the message break it into the required fields for a GET CXID Rule to run. It will also add to the Rule flow various Fields that are used later in the Rule.
Output Data
Field | Description | Example |
---|---|---|
Message | Message Passed to the Rule by the Calling system. This should contain all the fields required |
|
ClientIP | IP of the calling solution. This can be used for geographic location identification with other Public Templates and to block or allow certain IPs to call the Rule. | Created by Rule Where available |
DDE_Client | Which client was called | System Generated |
DDE_Target | Which target was called | System Generated |
DDE_Rule | Which rule was called | System Generated |
Sequence Number | Internal Field to identify a specific Invoke and the steps and tiles it went through. | System Generated |
Time Stamp | Internal Field to identify a Time that an action occurred | System Generated |
loopcount | Internal Field to restrict infinite loops | System Generated |
Is Control | Internal Field to identify whether this individual is in the Control Group for this Rule. Populated by the Get CXID | System Generated |
Rule Group | Internal Field to identify whether this Rule was called from a Rule Group. The Rule Group will be populated automatically | System Generated |
Rule Type | Internal Field to identify the type of Rule. Populated automatically by various Templates or manually when a Rule is saved. | System Generated |
AlterianCX_isvalid | Is the row valid | System Generated |
*Not Mandatory if one of the other values is populated