I'm trying to look for a way to run some javascript on every page load (edit page for a specific object schema).
From an edit page we navigate to an edit detail to create a new address. As we save the address and go back to the first edit page. At this point we want to refresh some of the fields using javascript. How can we best achieve this.
Like
2 comments
15:20 Jan 16, 2019
It's not correct to reload a page any time when it appears. Please use the "messages" property instead. The reloadEntity method reloads a page.
15:36 Jan 16, 2019
We're aware that's not the correct way, that's why I said "something similar".
We will look into the messages functionality, thanks!
Show all comments