recordContext.RefreshWorkspace(); not working properly
Content
Hi All,
I have created a workspace ADDin on Incident workspace . The addin shows a textbox control on UI. When the user types an email address ,on lost focus of the textbox, the addin searches whether a contact is already created in the database if yes it sets that contact ID as primary email address of the current workspace else if contact ID doesnot exist , it will create a contact with the email address and set the new contact ID as primary contact. The problem i am facing is after contact id is set in the code , i am
0