Question
Infosys
AU
Last activity: 3 Feb 2016 19:03 EST
Data transform for 'Refresh other section' not getting executed
Hi,
I have configured a data transform rule in 'Refresh other section' action. This is not getting executed. In tracing though I can see this data transform being mentioned in parameters page (PreActivitiesList parameter) it is not getting executed prior to refreshing the section. Have tried replacing this data transform with Activity and still same issue.
Is this a know issue with 'Refresh other section' action in Pega 7.1.7?
Thanks,
Murali
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Pegasystems Inc.
IN
Hi Murali, Good Morning!
- Not sure of any existing issue.
- Ideally the data transform should be called before refreshing the section.
- RULE-OBJ-ACTIVITY @BASECLASS RELOADSECTION confirms that
- java step #5 has been updated (referring from Pega-UIEngine:07-10-19)
- RULE-OBJ-ACTIVITY @BASECLASS RELOADSECTION confirms that
- would it make sense to quick test splitting up the configuration?
- run data transform
- refresh other section
Please share your thoughts/comments, Thank you!
psahukaru
Pegasystems Inc.
IN
Infosys
AU
Hi psahukaru,
Running data transform as a separate action and also running data transform as part of 'Refreh Section' has worked. We have already followed this as a work around.
If this is a product issue then we have to search and replace all such configurations with this work around.
Murali...
Pegasystems Inc.
IN
would it make sense to debug the rule/action sequence from fiddler trace for the non-working scenario?
Updated: 17 Jan 2016 18:24 EST
Common Wealth Bank of Australia
AU
We are using 7.1.9 and we have used Data transforms on Refresh Other Section and the action works as expected. Could this issue be specific to 7.1.7?
What is the event that is being performed?
Infosys
AU
Event we configured is "Change" for a Dropdown control.
Updated: 17 Jan 2016 20:09 EST
Common Wealth Bank of Australia
AU
Can you please try adding a new action "Post Value" before the Refresh Other Section which calls the data transform and check if that works.
Infosys
AU
We already have this action 'Post Value' configured under the same "Change" event.
Common Wealth Bank of Australia
AU
Hi Murali,
I did some further analysis on why the same code worked in my scenario and not in yours.
The only difference in both the scenarios are I think you are using the default pega portal and in my scenario I have created a customised portal. Not sure if that is the root cause.
Hence, I have replicated the same section in the default pega portal and did the exact steps as I did in my customised portal.
The "Refreh-Other-Section" doesn't seem to work in the default pega portal. I had to then split the Post Value, Data Transform and Refresh This Section to make it work.
Can you please confirm whether you are using default pega portal or customised portal?
Regards,
Sri
Infosys
AU
Thanks for checking that. When you say that you are using customised portal, portal type is 'Custom'? We are using application specific portal (not OOTB portal, pyCaseManager7) of type 'Composite'.
Murali...
Infosys
AU
Thank you Phani and Sri for trying to help me out. Closing this thread for now.
Murali...