Hello Community, I am using record grid as landing page on site along with record action of create Record. After successfully creating record through the action it is going back to the Grid but is it taking sometime to refresh and show the updated grid. I have updated the refresh interval to 30 seconds which is the least in the options. Is there any solution to automatically refresh the grid after record action or set the refresh interval to least time(5 to 10 sec).
Discussion posts and replies are publicly visible
Hi parikshitd0001
What's the source of grid , If it's direct record reference Grids automatically gonna get refreshed . But if it's you querying it to a local variable and using that local variable use refresh variable with refresh after set to "RECORD_ACTION " . And don't go for Refresh interval that often , Avoid it mostly unless there isn't any other way
You can do 2 things
Just doing these two things should solve the problem.
Hi parikshitd0001 ,
In interface you need check this checkbox , don't do anything in records...
Hello parikshitd0001
Are you using any local variable with a expression in it for your grid data? If so please use a!recordData() in the data parameter of your grid or pass the record if no filters are applicable and follow what Harshit has mentioned.
Ankush Sharma said:In interface you need check this checkbox , don't do anything in records..
Hi Ankush Sharma A small correction in the second option, refresh after each interaction gonna leads to unwanted refreshes , So i suggest going for a "refresh after recor action"
My friendly advice - Never use that check until you know the real performance impact of it.
Hi ,
That's correct, but based on the scenarios, if we are using refresh after the record action is completed, then it will only work after the action.
Thanks for correcting me here!
The activity chaining in the PM is enabled. The data is coming directly from the list of the record type not using any interface to show the grid. The record type is only directly used in the site . So unable to set the grid to refresh after record action.
What smart service are you using to write this data? Is there a chance that the record sync is taking time?
And by any chance, it is possible that your grid is showing the latest added data on the last page, which remains unnoticed?
Harshit Bumb (Appyzie) said:Any by any chance, it is possible that your data is showing the latest added data on the last page, which remains unnoticed?
May be the reason is this