1. Home
  2. Docs
  3. Developer Guide
  4. Global variables

Global variables

Global variables are very powerful and have a global scope. They are can be used everywhere across Flexie CRM.

Global variables are found in Settings -> Global variables. They are created as pairs of Name and Value.

The Name is the name we give to the global variable and the Value holds it value. To access the variable we will its name.

Accessing global variables is very easy thought.

{{MYVARIABLE}}

The name of the global variable should be written in uppercase.

A simple example of a global variable is shown below:

{{TEST_1}} access the variable and the output is the string “My dynamic value”.

Global variables are very handy and can be accessed easily in Email Templates, Note Templates, Workflows etc.

Some default Global variables are {{EMPTY}} and {{NULL}} which are used to add empty or null value in any field or template.

To stay updated with the latest features, news and how-to articles and videos, please join our group on Facebook, Flexie CRM Academy and subscribe to our YouTube channel Flexie CRM.

How can we help?