Variable queries
When you Create a JavaScript system column or Create a JavaScript filter column, you can query the value of any of your Variables using the custom JavaScript function variableGetValue(variable_name)
.
The following example code returns the value of the variable test_variable
:
return variableGetValue('test_variable');