web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :

How to Fix the Connections Lookup Error in Dynamics 365 Version 9.0.1.510

MagnetismXRM Profile Picture MagnetismXRM 6,230

In this version of Dynamics 365 there is a bug when you click on the lookup icon on a connection form. The error that occurs is:

image

Where the field changes depending on the lookup you press. This is a bug in CRM and is due to four functions missing in the Connection_main_system_library.js.

THE FIX:

On the connection form create a new onload JavaScript event that sets the following functions.

image

Then on the onload event you just call the onLoad function above.

image

Comments

*This post is locked for comments