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
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
Hi parikshitd0001 ,Is your issue is resolved. If you are facing same issue then can you please explain with details more..
Sharing the ss of PM
For grid the code is done in list of the record Type without using any local variables
PM is fine can you share the code snippet of data Param of that grid .
Harshit Bumb (Appyzie) said:it is possible that your grid is showing the latest added data on the last page, which remains unnoticed?
Are you sure it's not this?
I think he is viewing it in Tempo is what I understand.
No its not the case the latest case would come on top as per the sort