We're running Microsoft CRM Dynamics 2015 On Premise. Today, our Advanced Find window started encountering a Javascript error in one environment. The error message is:
SCRIPT438: Object doesn't support property or method 'Render'. File: select.js, Line: 1, Column: 13974.
In addition to this, the Ribbon for the page does not load, nor does the criteria section. We currently can't use Advanced Find for anything.
I can't think of any changes made in the last few days that could have any effect on this. All we've done are simple customizations; adding fields to entities and such.
None of our other 2013 or 2015 environments are experiencing the same effects, even other Organizations on the same Server. All users are affected, regardless of browser and clearing browser cache.
Here's what the Advanced Find page looks like now:
This is the debugger stopping on the script error.
I'll also provide the full text of the "View the data that will be sent to Microsoft" option on the script error dialog:
Microsoft Dynamics CRM Error Report Contents <CrmScriptErrorReport> <ReportVersion>1.0</ReportVersion> <ScriptErrorDetails> <Message>Object doesn't support property or method 'Render'</Message> <Line>1</Line> <URL>/_static/_forms/select.js?ver=-711707580</URL> <PageURL>/advancedfind/advfind.aspx?pagemode=iframe&sitemappath=PM%7cManage%7cmsr_home</PageURL> <Function>anonymousr:Objectdoesn'tsupportpropertyormethod'Render'</Function> <FunctionRaw>TypeError: Object doesn't support property or method 'Render'</FunctionRaw> <CallStack> <Function>anonymousr:Objectdoesn'tsupportpropertyormethod'Render'</Function> </CallStack> </ScriptErrorDetails> <ClientInformation> <BrowserUserAgent>Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3)</BrowserUserAgent> <BrowserLanguage>en-US</BrowserLanguage> <SystemLanguage>en-US</SystemLanguage> <UserLanguage>en-US</UserLanguage> <ScreenResolution>1920x1200</ScreenResolution> <ClientName>Web</ClientName> <ClienState>Online</ClienState> <ClientTime>2015-09-11T12:48:23</ClientTime> </ClientInformation> <ServerInformation> <OrgLanguage>1033</OrgLanguage> <OrgCulture>1033</OrgCulture> <UserLanguage>1033</UserLanguage> <UserCulture>1033</UserCulture> <OrgID>{914C274C-27F4-463B-AFB9-D5A2A6B305C6}</OrgID> <UserID>{1184B975-7FDC-E411-80CF-0050568259AF}</UserID> <CRMVersion>7.0.0.3543</CRMVersion> </ServerInformation> </CrmScriptErrorReport>