Support Article
Detail flow action does not display while using When condition
SA-54875
Summary
Detail flow action does not display while using When condition in Row visibility. The issue does not occur while using the Expression condition.


Error Messages
Not Applicable
Steps to Reproduce
- Create a repeating grid
- Select MasterDetail for Row editing
- Select Embedded elsewhere for Display of details
- Select When Condition for Row visibility
- Select row in the repeating grid
Root Cause
A defect in Pegasystems’ code or rules. Row visibility condition is applied on the detail flow action section when section is refreshed because pyGridFilterCriteriaPage of the grid is not cleared. PyGridFilterCriteriaPage page is used when rendering grid in the detail flow action section.
Resolution
Perform the following local-change:
Add the below step in the flow action before data transform:
Set Param.pyGridFilterCriteriaPage to empty("")
Published October 31, 2018 - 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.