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

"Already sequenced" check box is getting selected

SA-23818

Summary



pySelected checkbox is getting selected in the repeat grid when the checkbox is selected in the first page.
Then, during the navigation of next pages still the pySelected checkbox remains selected automatically even though user not yet selected.


Error Messages



Not Applicable. 


Steps to Reproduce



1.Create Data table with more than 20 records in it.
2. Create a new Page List with the help of Data Page which is being created by Data Table creation to load the data into Page List from Data Page.
3. Create a Case.
4. In the section add a repeat grid and source as created Page List property.
5. Add the page navigation to the repeat grid with 10 records per page.
6. In the repeat grid, add the created properties of Data page which contains one boolean property with checkbox.
7. Now make this checkbox with .pySelected from baseclass and make sure the repeat grid layout is 'Editable always'.
8. Run the case select the pySelected checkbox to select all the records.
9. Now navigate to second page using page navigation and one can observe the pySelected checkbox is being selected by default but the records in next page are not being selected.


Root Cause



pySelected checkbox property is not set properly during page navigation so user needs to do customization to achieve the requirement.

Resolution



Perform the following local-change: 
In order to implement the pySelected checkbox property to be checked or unchecked properly during page navigation user had implemented the below steps:
  1. Open pyPostGridUpdate activity from the @baseclass and save as a new copy into our current ruleset with same/different name, here i used same name pyPostGridUpdate.
  2. Remove the all steps which are available in pyPostGridUpdate activity.
  3. Add the below local variables in parameters of the activity which are required to process the looping of page list and set the pySelected checkbox value correctly based on checked status of available records in the current page,
  1. Add the step1 with Property-Set method with below initializations, here .NewList is the Page List which is being used in the repeat grid.
  1. Add the step2 with Property-Set method with below initializations,

Loop configuration:

When configuration:
  1. Add step3 with Property-Set with below initialization,
  1. In the repeat grid properties, set pyPostGridUpdate activity from the ruleset in run activity after grid update process as shown below,

 

Published May 30, 2016 - 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