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
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.
Hi parikshitd0001 ,For example, let's consider one record type: employees.
Now, if you want to directly add the data into the database using the records object, then you need to follow the record smart service in the PM as well. If you are using the write to record smart service, then you don't need to sync your data; it will automatically be added to the list.
However, if you are using the write to data store entity, then you need to add a sync smart service after adding it to the database.
Ankush Sharma said:However, if you are using the write to data store entity, then you need to add a sync smart service after adding it to the database.