Question
BlueRose Technologies
AU
Last activity: 26 Aug 2020 8:41 EDT
Add Item in repeating grid layout is not adding row for the first time.
Hi All,
"Add item" action to add a row (page) in the grid repeat layout is not adding the row for the first time. However, it is working when we are clicking the button second time and with following attempts. When I put the tracer, the difference I find is "Param.PreActivity" is "" in not working scenario which is why it is not invoking the "RULE-OBJ-ACTIVITY @BASECLASS APPENDTOPAGELIST" in the ReloadSection activity.
I have tried only including the grid repeat layout in a separate section as suggested in https://collaborate.pega.com/question/add-item-repeating-grid-layout-not-adding-row-first-time but to no avail.
Can somebody help me on this? Thanks in advance.
Regards,
Giridhar Metikal
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Wells Fargo
IN
Hi Giridhar,
PEGA has found the root cause if this issue. On click of one button (customized "Edit button") in expanded pane, we are trying to refresh one or more sections which are referred in expanded pane. we are also refreshing customized GridExpandPaneTemplate section (saved as from default template section pzGridExpandPaneTemplate ) which is not identified in run time in that particular class which in turn made the context loss.
we removed that refresh which helped us to proceed without any hurdles. For exact pega response see below!
SUMMARY
|
Hi Giridhar,
PEGA has found the root cause if this issue. On click of one button (customized "Edit button") in expanded pane, we are trying to refresh one or more sections which are referred in expanded pane. we are also refreshing customized GridExpandPaneTemplate section (saved as from default template section pzGridExpandPaneTemplate ) which is not identified in run time in that particular class which in turn made the context loss.
we removed that refresh which helped us to proceed without any hurdles. For exact pega response see below!
SUMMARY
ROOT CAUSE
|
Thanks.
Mrudula
Pegasystems Inc.
IN
Hi Gridhar,
Could you please send screenshots of the section where the grid has been configured so that we can attempt a similar usecase at our end.
Also, please do confirm he pega version at your end.
Thanks,
Gisela
BlueRose Technologies
AU
BlueRose Technologies
AU
Accepted Solution
Wells Fargo
IN
Hi Giridhar,
PEGA has found the root cause if this issue. On click of one button (customized "Edit button") in expanded pane, we are trying to refresh one or more sections which are referred in expanded pane. we are also refreshing customized GridExpandPaneTemplate section (saved as from default template section pzGridExpandPaneTemplate ) which is not identified in run time in that particular class which in turn made the context loss.
we removed that refresh which helped us to proceed without any hurdles. For exact pega response see below!
SUMMARY
|
Hi Giridhar,
PEGA has found the root cause if this issue. On click of one button (customized "Edit button") in expanded pane, we are trying to refresh one or more sections which are referred in expanded pane. we are also refreshing customized GridExpandPaneTemplate section (saved as from default template section pzGridExpandPaneTemplate ) which is not identified in run time in that particular class which in turn made the context loss.
we removed that refresh which helped us to proceed without any hurdles. For exact pega response see below!
SUMMARY
ROOT CAUSE
|
Thanks.
Mrudula
Capgemini
IN
The only reason I can think of is may be system is not understanding the after statement. Can you try to click on one row and then click on add button and see if it is adding any item?
-Saikat
Capgemini
IN
And also if you try to add pzPegaDefaultGridIcons section and see if it is behaving the same way.
-Saikat
-
Adam Cherochak