I'm trying to display a new contact by creating a contact item. The problem is that the window opens but when I click on Save and Close, it saves but doesn't close.
Here's a summary of my code :
contact.Display(true)
contact.Close(CRMOutlook.OlInspectorClose.olSave);
It saves but doesn't close...What is the problem?
Thank a lot!
Here's a summary of my code :
contact.Display(true)
contact.Close(CRMOutlook.OlInspectorClose.olSave);
It saves but doesn't close...What is the problem?
Thank a lot!