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?!?
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
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.