Customize Variables Metadata
Variables metadata file is used to define the global variables of the system.
Â
What does this section cover?
Variables file
All custom variables are declared in variables.xml file, which must be created under <custom_project>/web/WebContent/metadata directory.
Define Custom Variables
To define a new custom variable you have to use a unique variable name.
Retrieve Custom Variable Values
To retrieve the variable value, you must use getVariable(String variableName, String context, String organisationID) method of com.crm.framework.metadata.MetadataUtil class.