Hi All
I am using record data and displaying in a card layout something as below, On click of record actions in the card layout, I need to populate the updated data on the screen without refreshing the screen.
Cant go with startProcesslink as I have a requirement of showing dialog box
Does anyone has any ideas how this can be achieved?
Discussion posts and replies are publicly visible
namitakyal said:I need to populate the updated data on the screen without refreshing the screen.
Isn't this a contradiction?!?
namitakyal said:refreshing the screen
Are you talking about the browser refresh? or the old data on the screen?
sorry I meant was not asking the user to explicitly refresh the screen, somewhere from the code we can refresh the way we have in grids
old data on the screen
Have you tried using refreshVariable?
a!refreshVariable() Function Take a look at this and ty to implement.
So, did you enable chaining in the process to make the UI refresh AFTER storing the data to the database?
Please share your code from the Interface and your Process model screenshots.