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

Adam Murchison, 10 April 2018

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 Dynamics 365 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