Documentation Index

Fetch the complete documentation index at: https://docs.datajet.app/llms.txt

Use this file to discover all available pages before exploring further.

RealmGlobal

Prev Next

PROTOTYPE

Retrieves a realm variable value from the globalManager

KeyValue(s)Description
method"RealmGlobal"Retrieves a realm variable value from the globalManager
key"RealmVariableName"String.  Required.  Error will be raised if variable does not exist in globalManager.


{
  "method": "IF",
  "condition": RealmGlobal('BuildMode')==FULL",
  "project": "Demo"
}