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;
update userquery set StateCode = 1
where QueryType = 256
and ReturnedTypeCode=2;
No comments:
Post a Comment