[Index]
To access the latest documentation, go to Documentation and Resources at: https://voss.portalshape.com
System administrators can create custom macros for use in for example custom Configuration Templates.
Note
To test the macro, enter it in the macro evaluator at Administration Tools > Macro Evaluator.
Example
Create:
CV_current_time Current time is: {{ fn.now }}
Invoke:
{{ macro.CV_current_time }}
Output example:
Current time is: 2017-03-31 13:20:18.509871
Data model to manage static variables.
Title | Description | Details | |||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Custom Variable Name * | The name of the static variable. The variable name must be prefixed by CV_. |
|
|||||||||||||||||||||||||||||||||||||||||||||||
Description | A useful description of the defined static variable. |
|
|||||||||||||||||||||||||||||||||||||||||||||||
Value * | Enter a value to be assigned to the static variable name. |
|