Skip to main content

Parameters

Parameters are objects that allow you to define a list of variables used during Integration Rules. The list of variables are identified by the specifications from the items listed in the following table:

Integration Framework Parameter Item Specifications

ItemDescription
NameName of the parameter used to identify the variable and used by Dataset to identify the object itself
TypeType of the parameter. Supported types:StringInteger (16 and 32 bits)Float (32 and 64 bits)DatetimeBooleanVariant
Default ValueIt is the default value assigned to the variable. This value is replaced during executions when is marked as DYNAMIC. If the parameter is non-dynamic it will keep this value.
DynamicFALSE (0) Static parameter: The value defined in “default value” is kept unless it is changed by the user or admin.TRUE (1) Dynamic parameter: The value is replaced on-the-fly during Integration Rule executions. If the Parameter is linked with a scalar value, the result of the source function is used as new value. If the Parameter is linked with a Dataset column, a loop (iterative) over the value list, provided by the Dataset, is carried-out.

Each Attribute can be linked to one or multiple Datasets and scripts during Integration Rules as input data, and can have dynamic behavior in order to create complex parametric integrations. It is also possible to link a specific column of a Dataset to a Parameter in order to iterate the same parameter for a list of values.