Is it possible to make Form auto-refresh when other user updated the value of Related List record?

Aki18
Tera Contributor

When I'm on the particular table form, looks like the change of the value in it's Related List made by other user is not reflected unless I refresh the browser.

Is there any way to make Form auto-refresh when other user updated the value of Related List record?

 

Best Regards,

Aki

1 ACCEPTED SOLUTION

Yes , client script will run for only person who is updating.

But if you are thinking to have something similar at server side to work when updating person is different and viewer is different then I believe forcing page refresh on specific interval can work but it was a very big impact in terms of loss of unsaved information.

Scenario: imagine you set auto refresh form in every 5 seconds.

Now if some one is creating incident and filling out form data and in the middle of that page refreshes after 5 seconds then all the data entered into fields will be gone.

So its not helpful.

keeping all the possibilities in mind, i might have pushed back to requester of this requirement with all these facts.

If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Regards,Sushant Malsure

View solution in original post

5 REPLIES 5

Yes , client script will run for only person who is updating.

But if you are thinking to have something similar at server side to work when updating person is different and viewer is different then I believe forcing page refresh on specific interval can work but it was a very big impact in terms of loss of unsaved information.

Scenario: imagine you set auto refresh form in every 5 seconds.

Now if some one is creating incident and filling out form data and in the middle of that page refreshes after 5 seconds then all the data entered into fields will be gone.

So its not helpful.

keeping all the possibilities in mind, i might have pushed back to requester of this requirement with all these facts.

If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Regards,Sushant Malsure