Thursday, August 2, 2012

Stop Outlook Contact Synchronization with MS CRM 2011

Just execute below Query in CRM database, it will stop outlook contact to sync with CRM.


update userquery set StateCode = 1
where QueryType = 256
and ReturnedTypeCode=2;

No comments: