Hello guys,
I have the following situation, from sales order card page we added a new action button that open with Page.Run a new page (Order Weight Details) where we can see some information.
This new page has behind a temporary tables and the calculation are done before page is opened.
On this page Order Weight Details I added an action Picked ? Yes / No to get only some information based on some filters.
The problem is that can I see the information live updated here ? I tried to use Currpage.Update but doesn't work.
Thank you