Question
Paging changes when clicking cancel button in SFA Framework
Hi,
We have PEGA SFA framework installed for our application. In the SFA framework we have a cancel button configured across the application to cancel current item. For eg: i click on tasks and results me the list of work objects in two pages, considering 25 records per page. Navigated to 2nd page
From there i am trying to open one new thread for work object creation and clicked the cancel button. On click of the cancel OOTB pega rule is called with Run Script -> Send Event -> Cancelworkobject. Now on click of this the current screen is navigated back to the previous screen, but the paging gets refreshed and changes to 1.
Is there anyway to navigate back without refreshing the paging?
***Updated by Moderator: Marissa. Removed user added Ask the Expert, SR Created group tag. Apologies for confusion, shouldn't have been an end-user option; updated categories, added SR Exists group tag.***
If the section containing Grid layout gets refreshed as a whole, then the grid will be brought back to the original state i.e. pagination, filtering, sorting and pagination performed before refresh will not be retained.
Now to retain the state of the grid and to refresh the data hosted by grid, we have to perform List -> Refresh list action.