Support Article
Value1of condition: error when saving listview rule post upgrade
SA-15834
Summary
After upgrading from PRPC 6.3 SP1 to Pega 7.1.8 and trying to save a listview rule, an error message appears in Content tab of list view. This issue occurs only when trying to use Page.Page.property in value field of content tab present in listview.
Error Messages
Value1of condition: ** Please select a column that is of same type as the Field
Steps to Reproduce
1. Create a listview rule in PRPC 6.3SP1 and ensure that there is a value such as page.page.property in Value field of content tab.
2. Create a RAP and migrate it to Pega 7.1.8.
3. Open the same listview and try to re-save it.
Root Cause
Validate_Condition is unable to validate the properties if we use Page properties in the condition.
Resolution
Apply HFix-23434. Validate_Condition has a condition to check whether the property is a leaf or page property. If it is a page property, prefixing that property with a "." resolves the issue.
Published January 31, 2016 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.