I have scenario where I want to update a particular detail table to the user once the background process finish to show newly added entries in that detail.
How to achieve this scenario?
Like
This article shows how to refresh a page from a process once complete: https://customerfx.com/article/how-to-refresh-a-page-from-a-process-in-…
To refresh a specific detail, see https://customerfx.com/article/refreshing-a-page-or-detail-sections-on-…
Basically, the process needs to send a message back to the client. The client listens for this message on the page, then when received, refreshes the detail.
Ryan
This article shows how to refresh a page from a process once complete: https://customerfx.com/article/how-to-refresh-a-page-from-a-process-in-…
To refresh a specific detail, see https://customerfx.com/article/refreshing-a-page-or-detail-sections-on-…
Basically, the process needs to send a message back to the client. The client listens for this message on the page, then when received, refreshes the detail.
Ryan