General rules
Article Number: 439 | Rating: Unrated | Last Updated: Thu, Jun 11, 2020 5:19 AM
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"") |