Gnosis Script Operators

Operators are used to perform operations on values or variables. Gnosis Script operators are organizes into groups and have an evaluation priority. The following are the major operator groups in evaluation priority order from highest to lowest priority: Dot Operator The dot (.) operator is used to obtain an object property value, an array element, …

Gnosis Script Special Variables

Several special variables available in Gnosis Scripts are context-sensitive and start with a dollar sign symbol. $AppTimestamp Gnosis Platform built timestamp. $Base Invoke the Expression property for the Base Item Type. The $Base variable is only valid in the Expression properties for extended Item Types. The following is a function for an Expression for the …

Scripting Debugger

Enable Code Minification Set the EnableCodeMinification configuration setting to true to minimize the code returned by the server. Profile Gnosis If you set the GnosisProfile configuration setting to true, all operations are recorded in the Error Logs to help with debugging.

Gnosis Script

Gnosis Script is the low-code language utilized extensively throughout the Gnosis Application. Gnosis Scripts are used in: The Gnosis Script syntax is quite simple. A Gnosis Script or Gnosis Expression consists of one or more statements separated by a semicolon (;) symbol. A statement may consist of several substatements separated by a comma (,). The …