Triggers with Int and Long data type does not work


Description

Properties of INT and LONG types used in triggers' conditions might not be fired because the values specified in conditions for comparison are treated as the String type. The root cause of the issue is a missing UI functionality for defining a data type in triggers.

Solution

As an alternative, consider the following solution:

  1. Create a property of string type.
  2. Copy all the data using Web Client SDK from the old one.
  3. If you need to, remove or hide the initial property from editing.