-
Continue reading →: ‘Saved’ event not triggering on ‘CRM Page’ hosted control – USD
We have an Account form hosted in ‘CRM Page’ hosted control on USD. We got a requirement to navigate another page on CRM form Save event. Below are the steps I initially followed Created a new Hosted Control of type ‘CRM Page’ Go to ‘Events’ from Command Bar and open ‘Saved’…
-
Continue reading →: How to change Organization in Unified Service Desk (USD) Logon application
We can switch to other Organizations from “USD Logon Application” as below. While launching the ‘USD Logon application’, before it loads, click on ‘Change Credentials’ link Now you get USD Login screen as below. Provide the Organization details you would like to connect 🙂
-
Continue reading →: Issues faced while setting up outlook client – CRM 2015
I recently started working on migration project CRM 2011 to 2015. In this article I am going to focus various issues I encountered during Organization configuration on Outlook client. Issues faced with installation First to go with, I had issues while installing the software. Below are logs from event viewer and…
-
Continue reading →: Display Custom Entity on IPad or Windows 8 CRM App Home Screen
I recently got a chance to work with CRM on Tablets. The requirement was to display a Custom entity on Tablets home screen. It’s very easy to achieve with below steps. Enable entity for tablets I have a Custom entity ‘Change Of Address’ To enable this for tablets, Go to…
-
Continue reading →: Executing Failed Workflow Async Jobs – CRM
In my CRM application we trigger workflows on creation of Orders. Other day because SQL server was down, there were 600 System Jobs failed with ‘SQL Time Out’ error. Once SQL server issue fixed we had the problem of fixing failed workflow jobs, Since I cannot re-execute the failed jobs from…
-
Continue reading →: SQL Server Error While Exporting Advanced Find Records To Excel
Few Users reported that they were getting “SQL Server Error” while trying to export the Advanced Find records to Excel. Reason : The filter they used in Advanced Find resulted more than 10000 records. CRM has OOB limit of 10000 records to export. If your CRM instance is on premise,…
-
Continue reading →: There is no active transaction – Error on Case Resolution
I have an on demand workflow which Resolve the Case’s. I got below exception when I run the workflow against a Case. Reason & Fix – There is no active transaction Error – message usually denotes the failure in any other Plug-in steps already registered on the same event. In…
-
Continue reading →: Both ‘amount’ and ‘percentage’ cannot be set – CRM Data Import Error
I got below error when I tried to import OOB ‘ContractDetail’ record using Data Import. Reason: My Data Import template had ‘Discount’ and ‘Discount (%)’ fields and I gave 0 in both fields Since ‘Discount (%)’ is computational field which would auto calculated by system, it given error while…
-
Continue reading →: Instance is inactive and unavailable for sign in – CRM online
Recently i signed up for 30 days trail version of CRM online. After provisioning, I was unable to access the Organization as it was inactive and not allowing me to log-in. I did not find resolution myself for this issue, however contacting CRM support team solved the issue. You can also create a Service…
-
Continue reading →: Duplicate record execution with System.Timer Elapsed event
We have a windows service with System.Timer control which periodically polls the records from Data Base and processes in its Elapsed event as below. protected void Timer1_Elapsed(object sender, System.Timers.ElapsedEventArgs e) { // Business logic goes here } Everything seems working fine until we noticed few records executing twice causing…


