Skip to Content

Expression language

Calculating a hyperlink to a record

In order to calculate a link to a specific record in the system, for example, to be sent in a notification, enter the following expression: FORMAT("<a href=https://cmw.com/#form/oa.2/form.3/{0}>Request</a>",LIST($id)) where: https://cwm.com/#form/oa.1/form.1 — link to the entry form; Request — the displayed text; $id... Read More


List of Comindware Expression Language Operators

This article provides the syntax and usage of operators in the CMW Platform Expression Language. from   Description The query expression must begin with the from operator. The query expression can also contain subqueries also starting with from. The from operator consists of the following components: The data source which the request is made... Read More


Retrieving Related Data

In order to retrieve the data of an associated record template using an attribute with the “Record” data type that references the required record template, add the "->" character and the system name of the associated record template attribute that needs to be called. Record template Attributes Car Driver – system name of the attribute of t... Read More