Question
Wellsfargo
IN
Last activity: 29 Jul 2024 5:03 EDT
Why do refresh tab in Flow action rule is not working in pega constellation
Why do refresh tab in Flow action rule is not working in pega constellation.
Why do refresh tab is not showing pagelist properties in flow action rule in pega constellation.
-
Reply
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
LTIMindtree Limited
IN
@SreenivasuluV16633502, I think you may missed the configuration based on the requirement, Inside our flow action, we have a layout tab scroll down we can see the Form refresh settings, we can call data transform, and activity on change of property, it will call on the same view.
Please find the attached screenshots for more info.
Wellsfargo
IN
Hi @Nagarjuna Reddy Mandati,
Your solution is good and it works for scalar properties(.DOB) for refresh layouts in form.
But our requirement is to refresh the form based on property inside pagelist.
Example: .RefreshPagelistTest().Name
VIRTUSA
IN
@Nagarjuna Reddy Mandati
I have tried this approach where I'm not able to see the referred rule(activity or DT) execution upon referred property value changes.
I have a question here, When we change the value on the UI, the updated value will not post to the clipboard right, then how does this Form refresh settings will work to run the referred rules ?
In my case when I change the value on the UI, it's not posting to the clipboard - I'm not sure how this refresh settings will refresh the View. Please provide your inputs.
Updated: 9 Jul 2024 3:49 EDT
LTIMindtree Limited
IN
I am sharing my observations below, please go through
For the sake of demo/explanation, I have taken a small requirement Set Full Name on change of First Name and Last Name. (Note: This can be achieved in many ways).
1. Till v8.7 we have action sets / events that we set under properties settings, from v8.8 there are no such action sets if we consider constellation UI. here we can we flow action's Form refresh settings to achieve the same requirement (it is there in earlier versions too).
2. The path to set/trigger the data transform: flow action -> Layout tab -> Form refresh settings-> set the properties required and call data transforms. (It is working for scalar properties meaning single value properties).
3. Note:
Question: I have a question here, When we change the value on the UI, the updated value will not post to the clipboard right, then how does this Form refresh settings will work to run the referred rules?
Answer: The updated value will not post to clipboard when you are in the same view (form values will not persist), in other words - post click on submit value will get updated in clipboard. Form refresh settings will work on view only it's it's like a event on change like in action sets. Please find the attached for more info. Note: The previous example is not handy with me, that is why I used full name requirement.
Updated: 9 Jul 2024 5:00 EDT
VIRTUSA
IN
@Nagarjuna Reddy Mandati
Thanks for your replay.
In my case, I'm not able to see the referred rules(DT/Activity) in the tracer, which referred in the flow action when I'm changing the value of referred property. Not sure it's an issue with the Pega version. I'm using Pega v8.8.3 currently.
Updated: 8 Jul 2024 11:21 EDT
Evoke Technologies
US
@SreenivasuluV16633502 You can make use of the Declare On-Change rule instead and run a utility that takes the property within the pagelist as an input and refreshes the form.
Pegasystems Inc.
CA
Could you please let us know the business use case to refresh the view based on the PageList? It would help us to think through other potential solutions.
Thanks,
Ramesh
Rabobank
US
@RameshSangili, Hi Ramesh , we have a requirement to refresh the form in a pagelist .
We have options of Solutions in dropdown based on dropdown selection we need to set up a request parameter in the pagelist for the API call to load the respective views.
please give a suggestion how can we use pagelist in form refersh flow action.
Pegasystems Inc.
CA
If you want to calculate the Total based on PageList, then you can use declaredexpression to Calculate the Total.
If the intent is to trigger API's based on your PageList entries, then I would advise to Post Data Transform and display the data on the next assignment for the user to confirm.
Rabobank
US
@RameshSangili Thanks Ramesh.
we are thinking to achieve with screenflow configurations as you mentioned.