
I have been running into a specific problem in terms of user convenience and I can't seem to find the solution. I have the following 3 object on an Edit Form:
1. A Lookup object where I lookup and select a customer from my customer tabel
2. A display object that displays the adress of the chosen customer (this adress also comes from the customer table)
3. An HTML object that shows the customer address on Google maps
When I currently lookup a customer I have to manually save or refresh the edit form for the display address to update/change accordingly. After this, I have to manually save or refresh the form a second time to update the Google map, which uses the adress that was updated on the previous refresh. On top of this, I would like to have the form also refreshed once when opening. At this moment this doesn't happen and the Google Maps HTML shows a "consent.google.com has rejected the connection" error together with a grey HTML image. After a refresh of the form the page is just working fine.
Any ideas on how to solve this? Personally I am think about an auto refresh/save, but if there are better options please let me know as well. I already tried some custom coding but nothing has made it work for me yet.
Thanks in advance!