Question
RABO BANK
NL
Last activity: 3 Dec 2015 22:15 EST
Refresh "Section" by "Activity"
Hi All,
Do we have any Activity method to refresh a "Section" by an "Activity"
Thanks
Suresh
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
JPMC
IN
Hi,
Refreshing a section needs to be done from java script, because we need to handle the response and put in correct DOM. Thus it is not possible to refresh the section through any activity.
Pegasystems
US
It might be useful to know a bit more about your need. Is it that the server has received some data from somewhere and it realizes that the user's screen needs to be updated to show the new data ? What is your situation ? /Eric
RABO BANK
NL
My Requirement :
On submit of Model Dialog, record should be saved and 5 screens must be refreshed.
I have created my own buttons for Save & Refresh on a section which refers to Model Dialog. but i want to use Flow Action (Model Dialog) out of the box functionality for Save & Refresh.
Thanks
Suresh
Pegasystems Inc.
IN
not sure... but would it make sense to attempt configuring refresh section when .pxUpdateDateTime changes... please share your thoughts, Thank you!
JPMC
IN
Hi Suresh,
How about doing the following:
The intial link or button which is clicked to launch the modal diaog, in that configure first event as opening Local action in a modal dialog.
and 2nd event as refresh other sections ( which is the main section including your rest of the 5 sectiosn which need refresh).
I feel it will be triggering in order that is first Modal dialog will be launched and later when modal dialog is closed, the refresh of those other section will be triggered. (but yes irrespective of save and cancel of modal dialog).
Other way could be to customize the template used for the modal dialog. and configure the Submit button in the template as per the need.
RABO BANK
NL
Hi Ashish,
I cant give my action on opening Model dialog since they are not waiting to till Model Dialog completes that work. so i must give with in Model Dialog only
Pegasystems Inc.
AU