Microsoft Dynamics CRM 2016 – First Look
Microsoft recently released the preview guide and release overview video. Here are the details.
Microsoft_Dynamics_CRM_2016_Release_Preview_Guide
Microsoft recently released the preview guide and release overview video. Here are the details.
Microsoft_Dynamics_CRM_2016_Release_Preview_Guide
The most common email notification request from customer support team is to “send an email to the client when a case has been resolved” I have written this custom workflow activity to get description field from case resolution dialog and insert in email body. You can get the complete visual studio solution from this link…
A managed solution cannot overwrite the SavedQuery component with Id=xxxx-xxx-xxx-xxx-xxxx.. Error Are you getting below error when trying to import managed solution exported from your dev environment. A managed solution cannot overwrite the SavedQuery component with Id=xxxx-xxx-xxx-xxx-xxxx which has an unmanaged base instance.The most likely scenario for this error is that an unmanaged solution has…
The maximum password expiration period which is configurable by using office 365 administration portal is approximately 2 years. You will have to consider using PowerShell tools if you want to use 0365/CRM online for more than two years. The instruction given below can be applied to Windows 8 (64-bit operating system) and is the shortened version of managing…
Issue: After upgrading to CRM 2015, you will notice that any javascript methods using getServerUrl will stop working. I was in the same boat and after debugging for a while, I found out that this method is not supported anymore in CRM 2015. In order to make this javascript work you will have to use getClientUrl instead….
Recently I was asked by a customer to populate city, county and state depending on the zip code for accounts and contact. It involved lot of research and a simple java script method worth sharing with the community to save lot of time. I implemented this for accounts and contacts but the same method can…
Entities like opportunity, case, order and invoice comes out of the box with a customer look that allows users to select between accounts and contacts. It is a very common request from customers to allow users to select only accounts or contacts. In CRM 2011 days, we used to set the defaultlookuptype to 1 for…
Subscribe now to keep reading and get access to the full archive.