General Rules
The following is the list of general rules to use identifiers in Comindware Expression Language.
- Field identifiers must be used in expressions, but not field names.
- Identifiers are case sensitive.
- If an identifier contains spaces, use the following pattern in order for an expression to work properly:
ID("an identifier containing spaces") |