Panel | ||
---|---|---|
| ||
The entity's fields metadata required by the application's core mechanisms such as the security restrictions, query language, collaboration rules and workflow mechanismsVariables metadata file is used to define the global variables of the system. |
Attributes
Name | Description | Value |
---|---|---|
name | The variable name | Any unique value |
value | The variable value | Any |
description | The variable description | Any |
...
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
<variableconfig> <variables> <variable> <name>myvariable</name> <value>testvalue<<value>testvalue1234</value> <description>The<description>This importsis implementationa directorytest name.<variable</description> </variable> </variables> ... </variableconfig> |