Parameter

ParameterImg01

Parameter node has the following properties:

Category Property  
General Properties Name ParameterImg02

General Properties:

Name:

Specifies the parameter's name. Is required to set value to this property because it identifies the variable or attribute to set as a parameter to the object. If you want that the parameter represents an attribute, you should sign in the exact name of it. For example: CountryId. And if you want that the parameter represents a variable, the name must be preceded by "&". This variable will be added in the object (Selection, Transaction, etc.) only if it has the same name as an attribute, for example: &PersonId. Otherwise, the variable will be indefined until user inserts it in the correspondent object.