HI All,
Just wondering if there's a simple answer I can't see....
I'm currently writing code using the C# SDK for Dynamics CRM 2016.
This code updates the addresses from another source.
I've tried setting Address1_xxxx fields on the account entity, and I've also tried setting them directly on the appropriate customeraddress entity.
In both cases, the "composite address" on the Account screen doesn't update.
I noticed that if i perform a similar update to a customeraddress entity that relates to a contact, that the contact screen does show the updated composite, even though it doesn't update the actual "composite" field in the database until the GUI triggers a save.
Is there something I can do to encourage the Composite Address to render properly on Account screens, or force it to update the database when the SDK Is making changes?
I'm guessing a fall-back solution might be some java-script on-load to manually re-populate the composite, but I feel like there's a proper answer to this?
Regards, Charles