Tips and Tricks Dynamics CRM 2013 and Dynamics CRM 2011: Remove CRM generic script error popup

Many times user in CRM system complain that they keep receiving this error message from CRM system:

clip_image001

This can be removed by following user setting. Ask your users to Go to personal settings-> privacy

clip_image003

Select the last option as in the above screenshot and click ok.

IF you want to do it for all your user base(in case of on-premise), you can fire an unsupported backend query:

update UserSettingsBase

SET ReportScriptErrors = 3

For online environment, you can fire update using organization service.

Note: This will work for dynamics crm 2011, i have tested it from UR 12 and above. Once you remove this setting, no reports will be sent to Microsoft for script errors. In case you need to resolve some script errors, you can always enable it back from user personal privacy settings.

Hope it helps!

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s