Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

Visibility expression conditions do not work after upgrade

SA-33608

Summary



After an upgrade from PRPC 6.3 SP1 to Pega 7.1, user observed that the visibility expression conditions on controls or labels do not work as expected in Pega 7.2. It does however work for layouts.

For example, if the condition given is Property=='001', then it does not work. However, if the user resaves the expression, which then gets altered to Property=001, it starts working.


Error Messages



Not Applicable


Steps to Reproduce



1. In PRPC 6.3 SP1, add a visible when condition to a text box in a section. For example: Property=='001'.
2. At runtime set the value of property to 001, the text box is now visible.
3. Upgrade to Pega 7.2 and run the flow. The text box will not be visible even though Property is set to 001.


Root Cause



As part of enhancing the stream generation in 7.x version of Pega.

Enhancement to Assemble when expressions for jsp-free UI the changes are made for Pega when expression generation or translation to use compiled When expression that resulted in changing the behavior of conversion ' character in expression condition.

In PRPC 6.3 version - PRPC Engine used older way of Antlr3 Grammar to translate the expressions that are defined on cell's which in turn produces compiled When expression in appropriate format for the execution at run-time.

Where as in Pega 7.x version this has been enhanced to use antlr4 grammar to generated the compiled When expression.

It would be better if one can change the visible When expression to adhere to the latest grammar as relying on legacy translator is strictly not recommended.

Resolution



Change the visible When rule from .CheckProp = '011' to .CheckProp = 011.

Published February 20, 2017 - Updated October 8, 2020

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us