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.
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
parikshitd0001 said: but is it taking sometime to refresh and show the updated grid.
Does that mean he is able to see it on the grid?
Could you please share the grid code snippet and also your process model, so that we would not be guessing much?
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.
Ankush Sharma said:, if you are using the write to data store entity,
Hi Ankush Sharma Data store entity also Syncs Data Automatically , Just when you are trying to update data from external like running SQL block directly in Database or using sp etc.., you need Sync smart service