Grid refreshing after record action

Certified Senior Developer

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

Parents Reply
  • 0
    Certified Senior Developer
    in reply to parikshitd918726

    Hi  ,

    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.

Children