Question
How can I save data on screen before Refresh section
Hi,
I have a simple requirement as below.
There are some text input fields on screen and when user press a button, PRPC fires an activity that feed data on screen and populate other fields. For this, I am using a Refresh section with activity but when I do it, data on screen is lost before activity. I tried Save action before Refresh section, or run activity to do Obj-Save but it does not really work. How can I save data on browser before refresh section? I do not want user to click Save button by themselves every time but Save automatically.
Thanks,
a) Did you try "post value" before Refresh Section. Ensure if the data is present in clipboard before and after refresh.
b) You can also try running the activity Work-SaveAndContinue before refresh section.