Hello!
On the Quotes form, whenever I change the address (bill to or ship to) using the Look Up Address button, I want to pull a custom field from the address table ( email ) and populate it on the Quotes form. It is an OnChange event, however it only runs after changing and saving the address. Why does this happen and what are some possible fixes?


P.S. I'm aware I could've retrieved the table row using Xrm.WebApi.retrieveRecord("customer address", <address guid>, <select fields>)... However, apparently there is a bug where the billto_addressid and shipto_addressid don't get populated on the Quotes form. Any suggestions on that note would be greatly appreciated too!