The information in this article applies to:
Product: Metastorm BPM
Version: 9.0
Issue
- In the Expression Builder - Assignments Builder in the Designer, the value TRUE is assigned to a variable of type Check. When the Plus Sign (+) is pressed to create the assignment, it generates an error. If you mouse-over the error icon, you see The name 'TRUE' does not exist in the current context.
Resolution
- The Expression Builder - Assignments Builder uses C\#, which is case-sensitive. Use true or false when assigning a value to a check box.