Thursday, August 2, 2012

Force user to use CRM form for task, email appointment and contact for outlook in MS CRM 2011


Just execute below Query in CRM database, it will update the user settings for all user to use CRM form for task, email appointment and contact in outlook client for CRM.

UPDATE UserSettings 
SET UseCrmFormForTask=1, UseCrmFormForAppointment=1, UseCrmFormForContact=1, UseCrmFormForEmail=1 

No comments: