Release 2.x‎ > ‎Install - Reference‎ > ‎Config Ref Guide‎ > ‎Contexts‎ > ‎Context‎ > ‎Assignments‎ > ‎Assignment‎ > ‎

Destination

Since 2.2.0


Defines where the data will be placed.  A Destination is only applicable when its related Source "triggers" the setting of the Destination

Syntax

<Destination type="..." name="..." value="..."/>

Arguments


NameRequiredDescriptionExample
typeYes
Must be one of the allowed types:
  • property
type="property"
nameYes
Name of the destination / variable that will contain the data, relative to the specified typename="attrmap"
valueNoNOTICE: The Destination needs to be "triggered" by a Source
  • If a value IS set
    • The value of the data, represented by the "name", will contain the specified value
  • If a value IS NOT set
    • The value of the data, represented by the "name", will be value of the related Source value
value="..."


Properties

None


XML Sub-Elements