I was trying to hook into the new AADUser virtual table. I'm the environment admin. When I add the lookup column to the AADUser in my custom entity, anytime I try to interact with it on a model app, it'll spin for 2 minutes, then time out. I'll get an error:
"The specified domain does not exist or cannot be contacted".
I see the call in the browser console to the fetchXml on the aaduser entity, but it's got a 400 error with:
{"error":{"code":"0x80040224","message":"An unexpected error occurred from ISV code. (ErrorType = ClientError) Unexpected exception from plug-in (Execute): Microsoft.Dynamics.CDS.AADPlugins.PersonTypeRetrieveMultiplePlugin: System.TimeoutException: Couldn\u2019t complete execution of the Microsoft.Dynamics.CDS.AADPlugins.PersonTypeRetrieveMultiplePlugin plug-in within the 2-minute limit.","@Microsoft.PowerApps.CDS.HelpLink":"http://go.microsoft.com/fwlink/?LinkID=398563&error=Microsoft.Crm.CrmException%3a80040224&client=platform","@Microsoft.PowerApps.CDS.TraceText":"\r\n[Microsoft.Dynamics.CDS.AADPlugins: Microsoft.Dynamics.CDS.AADPlugins.PersonTypeRetrieveMultiplePlugin]\r\n[0885949a-fa91-ec11-b400-000d3a558d0a: External plug-in implementation]\r\n\r\n","@Microsoft.PowerApps.CDS.InnerError.Message":"An unexpected error occurred from ISV code. (ErrorType = ClientError) Unexpected exception from plug-in (Execute): Microsoft.Dynamics.CDS.AADPlugins.PersonTypeRetrieveMultiplePlugin: System.TimeoutException: Couldn\u2019t complete execution of the Microsoft.Dynamics.CDS.AADPlugins.PersonTypeRetrieveMultiplePlugin plug-in within the 2-minute limit."}}
Any ideas how I can get this working?