Setting

The Setting()function returns the text value of a project variable. Project variables are configured in the Project Configuration page.

This function in combination with the project variables allows you to have a single place to edit variables that are used in multiple parts of your application. In the example below a project variable named "Support e-mail" is added.

This function is SQL compatible. For more information about SQL compatibility, see our documentation.

Returns the text value of a project variable.

Syntax

Setting("name")

Setting("Support e-mail") => support@wem.io

Parameters

NameTypeRequiredDescription

name

text

a text with the name of a project setting

Last updated