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:refreshing the screen
Are you talking about the browser refresh? or the old data on the screen?
old data on the screen
Have you tried using refreshVariable?
a!refreshVariable() Function Take a look at this and ty to implement.