Skip to main content
May 24, 2024
Question

Refresh data on screen when using recordData in card layout

  • May 24, 2024
  • 7 replies
  • 0 views

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?

7 replies

stefanhelzle0001
Brainy
May 24, 2024
I need to populate the updated data on the screen without refreshing the screen.

Isn't this a contradiction?!?

May 24, 2024

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

stefanhelzle0001
Brainy
May 24, 2024

So, did you enable chaining in the process to make the UI refresh AFTER storing the data to the database?

konduruc733182
May 24, 2024
refreshing the screen

Are you talking about the browser refresh? or the old data on the screen? 

May 24, 2024

old data on the screen

konduruc733182
May 24, 2024

Have you tried using refreshVariable?

a!refreshVariable() Function Take a look at this and ty to implement.