- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2023 10:57 PM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2023 12:03 AM
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.
Regards,Sushant Malsure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2023 12:03 AM
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.
Regards,Sushant Malsure