Topic by Lage Antony
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 refreshing the incident workspace to show that the contact ID set to the user. In some cases the recordContext.RefreshWorkspace(); works properly and in some other cases its not working properly. Any help appreciated . Thanks