i
Parameters
Some types of scheduled tasks support the use of parameters, this is because they execute advanced rules.
•Based on Business Rule Execution
Each parameter must be reported on a separate row, indicating its name and value, separated by the “=” sign.
The name corresponds to the name of the parameter specified in the advanced rule, respecting uppercase and lowercase letters.
The value must respect a format, depending on the data type of the rule parameter.
Valid Formats
Valid formats for parameter values in scheduled tasks are detailed below.
Alphanumeric
The string should be provided without the need to enter quotation marks.
Example:
pSurname=Lopez
Numeric
Integer or decimal values should be provided.
Examples:
•pAge=22
•pID=20201120
•pWeight=70.5
Logical
The values “true” or “false” should be provided.
Example:
•pcdActive=true
Other
If it is necessary to report a type other than the detailed formats, such as a date, the alphanumeric or numeric format can be used, but the rule must include the appropriate conversion.