[Index]
Macros are used to return data from the system in various formats, to test for conditions, map data from GUI or bulk loader input to various elements in the system (in conjunction with configuration ltemplates) and to access data in workflow and wizard steps.
Various macro functions are available. These serve as boolean operators or can be used to carry out various numeric functions, string manipulation functions, list functions, time functions, and hierarchy related functions.
Macros can be created for re-use, named and stored as an instance of the Macro data model. When re-used, the reference prefix syntax is of the format: macro.<macroname>.
Named macros and macro functions can be nested within other macros.
The available topics on macros show macro syntax and usage examples.
Macros can be used to reference or access values in other models, to evaluate conditions and to execute macro functions. Commonly, macros generate values based on conditions and values elsewhere in the system. The Macro language includes functionality to call macro functions and access values in other models. When they are written or included in Configuration Templates of workflows, user input when calling the model instances can be referenced. Values in other models in the system can also be referenced and results based on the evaluation of conditions can be returned.
Title | Description | Details | |||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Name * | The name that is given to the Macro. |
|
|||||||||||||||||||||||||||||||||||||||||||||||
Description | Description of the Macro. |
|
|||||||||||||||||||||||||||||||||||||||||||||||
Macro * | The Macro content written in the syntax of the Macro language. |
|