Question
JP Morgan Chase
IN
Last activity: 28 Mar 2016 2:54 EDT
Issue with Repeating Grid based on a Top Level Page
Hi All ,
We are on Pega 7.1.9 .We are having a top level page (out side of work page) on which we are loading the Repeating Grid. We have expand collapse for each of the line items and when we expand we show a section with few fields .One of the fields has a post value configured and but the value is not set on page.When i trace ,the primary page for reload cell is shown as "pyWorkPage" and the content on the "pyWorkPage" is of the Page that is being expanded.As we can see from below screen shot ,we configured post value on pynote and the value is getting populated in tracer but when check the same page within the Top Level Page there is no value set for pyNote.
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Pegasystems Inc.
IN
as you noticed in tracer, we need to maintain the page context ...
- either through flow action page context configuration (property class, clipboard page or default the context) or
- passing the top level / primary page via page parameter to set the context.
JP Morgan Chase
IN
Phani Sahukaru - Hi Phani , appreciate if you can look into this .
Pegasystems Inc.
IN
Hi Dinesh, Good morning!
could we confirm the configuration, please?
- assuming user level page as tempPageList.pxResults
- pxResult could be of class Data-
- under operations tab row editing will be Master-Detail
- Display of details will be selected as Expandable rows
- Detail Flow action will be specified under the same class of pxResult pxObjclass
- Flow action page context will be defaulted to 'Use current page context'
- Applies to class will be of same pxResult pxObjClass
- Section created will be in same pxResult pxObjClass with editable text input.
- if post value is not working,
- could we attempt refresh section or
- having the input field in a different section and configure refresh other section works?
also please refer UI gallery RULE-HTML-SECTION @BASECLASS PXUIGALLERYEXPANDPANEWRAPPER rule for configuration.
Please share your observations/comments, Thank you!
psahukaru
JP Morgan Chase
IN
Thanks Phani Sahukaru for the inputs, looks like if we have a page list referring to work class ,the page context is not passed properly,if we change the class to the pagelist to a data class all the events are firing and proper page context is passed.Is this an expected behaviour ?
Pegasystems Inc.
IN
>>> Is this an expected behaviour ?
- I believe, yes. it is an expected behavior.
JP Morgan Chase
IN
Thanks Phani,i couldn't find this in the help which says this is the expected behavior .
Accepted Solution
Pegasystems Inc.
IN
as you noticed in tracer, we need to maintain the page context ...
- either through flow action page context configuration (property class, clipboard page or default the context) or
- passing the top level / primary page via page parameter to set the context.
JP Morgan Chase
IN
Phani ,
I have passed the page context in flow action ,section .It still didn't work because my class of the page list is of work class.I feel we need to have it mentioned in the help .
Thanks
Dinesh