-
Continue reading →: Script error with navigate() statement while navigate between forms – CRM Jscript
We have a Custom entity with 3 forms and the requirement is to navigate to a different form based on a field value . So we registered a script on form ‘load’ event to navigate to a specific form based on an option set value. Navigation worked as expected except…
-
Continue reading →: Error initializing component with element id=’xxxx’ and with type=’null’: Object doesn’t support this action – CRM
Recently we configured F5 load balancer and from then we were frequently getting Script Error Notifications while navigating in CRM application. In error report there is below content <CrmScriptErrorReport> <ReportVersion>1.0</ReportVersion> <ScriptErrorDetails> <Message>Error initializing component with element id=’xxxx’ and with type=’null’: Object doesn’t support this action</Message> Reason ‘Anonymous Authentication’ has been…
-
Continue reading →: SQL Server Timeout Error – Importing CSV file
Other day I got a SQL Timeout error while importing Article’s using a CSV file which is of 75 KB size. Below are my troubleshooting steps and Fix . Troubleshoot steps Verified both SQL Server and CRM App server’s event viewer. On CRM App server there was only one warning with an…
-
Continue reading →: Why my Enhanced SLA not triggering – CRM 2015
I was exploring ‘Enhanced SLA’ feature in CRM 2015. I created my first basic enhanced SLA with below steps Created a new SLA Added a new ‘SLA Item’ with no ‘Applicable When’ criteria (i.e., SLA should kick in for all Case’s if no criteria given) and ‘Success Criteria’ as Case…
-
Continue reading →: SQL Timeout error while exporting solution – CRM
Other day my CRM solution export stopped working and I was getting ‘SQL Timeout’ exception while export. In the event viewer there was an entry with below content Query execution time of 30.7 seconds exceeded the threshold of 10 seconds. Thread: 38; Database: {Organization_MSCRM}; Server:192.168.36.7; Query: update [WorkflowBase] set [SupportingSolutionId]=’00000000-0000-0000-0000-000000000000′, [OverwriteTime]=’01/01/1900 00:00:00′…
-
Continue reading →: Trigger USD event from CRM Hosted Control’s Jscript
In one of our requirement we had to trigger a USD Event from CRM Hosted Control’s onchange event of an option set. Below are the steps to invoke USD event from option set’s ‘onchange’ event. Assume your USD event name is “USDOnChange” In my CRM Hosted Control’s onchange event placed this…
-
Continue reading →: ‘Xrm’ does not exist in namespace ‘Microsoft’ – Build error while referring CRM 2015 SDK Dll’s
I got below annoying build error while adding early binding class to my Plug-in Project and build. It was bit strange as I already referred ‘Microsoft.XRM.SDK.dll’ from CRM 2015 SDK. Reason : CRM 2015 SDK has built on .Net 4.5.2 Framework and my Visual studio does not support 4.5.2 Fix:…
-
Continue reading →: Connecting to CRM from other applications using CrmConnection class – CRM 2015
Assume that you have an ASP.Net web application and you want to retrieve Contacts from CRM and display in a grid. Before CRM 2015, to establish a connection with CRM we need to create a service proxy with user credentials (Refer article). With CRM 2015, we can use “Connection Strings”…
-
Continue reading →: CRM 2015 – Useful JScript Snippets and Syntaxes
Below are the list of useful scripts and syntax’s Filter look up records Let’s consider a scenario, “Primary Contact” lookup on Account form should display only Contacts with “Business Phone” (i.e., Contact.telephone1 != Null) Steps : Add PreSearch event for ‘Primary Contact’ lookup In the event handler define Filter and set…
-
Continue reading →: SQL Server Reporting Services Account is a local user and is not supported – Error installing SrsDataConnector
I was getting below error while setting up SrsDataConnector Reason If the SQL Server Reporting Service installed using default settings, then the service account will be set to “ReportServer” and we cannot install SRSDataConnector while SSRS service running under ‘ReportServer’ account. Fix Update the Service Account from “ReportServer” to some other…


