Target variables enable you to reference data from a record field or from within a formula that was set or retrieved in a previous step.
A Target variable is associated with a specific target field and is populated in one of two ways:
Note: |
To use a connection in a variable, that connection must be used in some role in the current DTS. Usage codes in the Connection Manager indicate the roles connections have in the current DTS, such as source, target, or rejected row. If you want to use a connection in a variable but that connection does not have a role in the current DTS, add the connection to the DTS as a target in the Configure Steps window. You do not need to define any steps for this connection. |
Executed steps may retrieve and return values from the target database if the procedure or method permits. If the method returns data, the Insight adapter being used determines if that data can populate a Target variable.
A Target variable is associated with a particular target field on an entity. If you have multiple steps against the same entity, you can either configure a particular step to populate a Target variable, populate the Target variable in the last successful step, or allow the Insight processing logic to populate the variable.
Target variables can be useful for:
Note: |
|
See also