Category Archives: Dynamics CRM 2016

Execute Workflow using Web API in Dynamics 365

Introduction: In every release, Microsoft comes up with some new and interesting features. With this Dynamics 365 release, the WEB API platform has been enhanced further. Microsoft has introduced many actions using Web API. Here we will see one of those new actions introduced in Dynamics 365 i.e. “ExecuteWorkflow”. Until Dynamics CRM 2016 Update 1… Read More »

Missing Reports from certain users in Microsoft Dynamics 365 for Sales aka Dynamics CRM

Issues: Ever been in a situation when you have deployed a report, made sure it is available for the organization and yet you have a user complaining of the missing report. Cause: You have users that use different languages as their UI language. While uploading the report, it was uploaded with a specific language set.… Read More »

Customization Preview Enhancement in Dynamics CRM 2016

Introduction: In Microsoft Dynamics CRM, Form customization is where we customize our form, change the form properties, and change settings of fields. After doing changes in form customization, we can preview changes done in the form without saving and publishing changes. This can be done just by clicking on the preview button and selecting the… Read More »

Found an integer attribute with unrecognized format: new_customeridtype – Solved

Introduction: Microsoft introduced the customer type field in Dynamics CRM 2016. To know more about it, you can refer this blog to explore it more. In this blog, we will focus on one of the error, which is caused while retrieving entity metadata for customer field. Problem: In one of our examples, our requirement was… Read More »

Show Dynamics CRM Data Publicly Using Power BI

Introduction: We have already shown how to integrate Dynamics CRM and Power BI in our previous blog. Since Power BI has proved to be a powerful visualization tool for Dynamics CRM users, we can use Power BI in multiple ways to analyze our business data. Consider a scenario where we want to generate a chart… Read More »

UrlRewriteModule error while Installing Dynamics CRM 2016 On-premises

Introduction: Anyone would imagine Dynamics CRM installation to be a task as simple as downloading and executing the setup file and stepping through the wizard and its done!! But No!! It’s not always done 🙁 While it would work smoothly on some systems, it would error on others and this was one of the errors… Read More »

Display Survey Questions Conditionally for Voice of Customer in Dynamics CRM 2016

Introduction: Voice of the Customer is a new feature, which was introduced in Dynamics CRM 2016. We have already discussed on how to create survey and survey activity in one of our previous blog. In this blog we are going to talk about how we can display Survey Questions conditionally using Response Routing in Voice… Read More »

How to Open SharePoint folder link within the Mobile or Tablet?

Introduction: In our previous blog, we discussed about requirement of SharePoint URL for moving file from Dynamics CRM to SharePoint. This can be done by retrieving Absolute and Site collection URL request in Dynamics CRM. In this blog, we will discuss about another common requirement to open SharePoint site in the mobile device and how… Read More »

Retrieve Absolute and Site Collection URL Request in Dynamics CRM

In Microsoft Dynamics CRM, many emails and notes along with attachment gets created on daily basis, which results into increase in the CRM database storage which is expensive. So usually, people go with the integration of Dynamics CRM with SharePoint which reduces the CRM database storage. We receive many such requests where client wants to… Read More »

Execute the Global Action Using Web API in Dynamics CRM

Introduction: We have already discussed how to perform entity specific custom action using Web API in one of our earlier blog. But when we want an action to be performed on multiple entities, we need to create a global action. Create global action:- Go to Settings → Processes → Click New then select category as “Action” and entity… Read More »