Mapping Function Targets¶
Mapping function targets define the nodes and/or cache values that are modified or created by the results of the mapping function. For each mapping function target added, the following fields must be specified:
| Field | Description |
|---|---|
| Target Type | The target type is used to specify whether a node in the Message or a value in the Channel or Message Cache is being set |
| Target Node Path | If the Target Type is set to Message, the Node Path associated with the node value to be set is entered. If the Target Type is set to Channel or Message Cache, the name of the cache value to be set is entered. |
| Create | The Create flag is used to indicate whether the message node or cache value should be created if it does not already exist. |
| Set Equal To | When specifying mapping function targets for a Database Query Mapping Function this field should be set to a valid column name returned by the query statement. |