Built-in editor
Viewed 179 times since Wed, Dec 5, 2018
Comindware Tracker provides the easy-to-use built-in editor for users. The built-in editor automatically suggests the list of possible functions and field identifiers while a user is typing. The editor also supports syntax highlighting and provides c...
Read More
Data types
Viewed 161 times since Wed, Dec 5, 2018
The following table shows the Comindware Tracker data types.
Data type
Description
Object
Use the Object data type to declare an object, for example, a task, an item, an application or an account.
Number
The Number data type represent...
Read More
Functions
Viewed 129 times since Wed, Dec 5, 2018
This topic describes the syntax and use of each function in the Comindware Expression Language.
ADD ()
Description
Adds two values. Strings concatenation is not supported.
Function syntax
ADD(argument1, argument2)
Arguments
a...
Read More
Literals
Viewed 128 times since Wed, Dec 5, 2018
DATE ()
Description
Declares a date in ISO format.
Date and time values are organized from the most to the least significant: year, month (or week), day, hour, minute, second, and fraction of second.
Format
Date: YYYY-MM-DD or YYYYMMDD
...
Read More
Objects
Viewed 124 times since Wed, Dec 5, 2018
Most of the things you work with in Comindware Tracker are represented by instances of an Object data type. Object instances are the actual objects you see in Comindware Tracker, such as:
account
application
workflow task
task
document
workflow stat...
Read More