General Functions

Articles

currentuser
Returns the record that represents the User Account of the current user. Function currentuser() Arguments Argument Data Type result record Comments Returns the record that represents the User Account of the current user. If a w...
context
Returns the record that will be implicitly used in a calculation. Function context() Arguments Argument Data Type result entity Comments The context function explicitly returns the record that would otherwise be implicitly use...
convert
Converts a calculation value from one data type to another. Function convert(type, input) Arguments Argument Data Type type data type name input any result any Comments When converting objects, the data-type of the sec...
iif
Returns one of two values, depending on whether the condition value gives a true result or a false result. Function iif(condition, true-result, false-result) Arguments Argument Data Type condition any true-result any false-res...
isnull
Returns its input, or falls back to a default value if the input is null. Function isnull(input, null-result) Arguments Argument Data Type input any null-result any result any Comments If input is null, then the nul...
link
Creates a web address (URL) that will open a page for a specific record or navigation page. Function Classic console link( record ) link(view, record, form ) link(edit, record, form ) link(create, object, form ) link(report, target ) l...
Resource Function
Explains how to get a Record by its Name.