Dynamics 365

Search the Dynamics community

Filter blog posts

Card view List view
  • Relevance
  • Most recent
  • Most liked

Filter blog posts

LikeLike (3)
How to send SSRS report as a PDF in Email in Dynamics CRM Online

Introduction In this blog, I have explained how to create an email record in CRM by executing SSRS report and exporting as a PDF attachment to the email. This is frequently asked requirement by many clients and it is very simple to execute SSRS re...

Yadnyesh Kuvalekar 4,102
LikeLike (2)
How to insert hyperlink with friendly URL in Email Templates in CRM

Problem Statement Many times we came across the scenario to have links in email templates and make the email template better in presentation aspect with the help of HTML. This blog explains how can you add hyperlink with friendly URL in Email tem...

Yadnyesh Kuvalekar 4,102
LikeLike (1)
Select your error notification preferences

We have observed that many times when we access CRM environment, somehow we get to see below error notifications. Most of the times these errors are not related to our custom development. So, when we are in meeting, or showing product demo to ...

Yadnyesh Kuvalekar 4,102
LikeLike (1)
Relevance Search is Next Generation Search

Introduction In last release Microsoft introduced Next Generation Search (AKA Relevance Search) as a preview feature. In the latest release, i.e. November 2016 update, Microsoft has made this feature generally available. In this blog, I have cover...

Yadnyesh Kuvalekar 4,102
LikeLike (1)
Invalid stage transition. Transition to stage {0} is not in the process active path.

Introduction With latest release of Dynamics 365, Microsoft has restricted skipping BPF stages and throws above error. When we try to change BPF stage programmatically and if we skip any BPF stage, then user will get above error. Understand the er...

Yadnyesh Kuvalekar 4,102
LikeLike (1)
Understanding organization’s base currency in Dynamics 365 (CRM)

Introduction In this blog, I have explained what should be the base currency of an organization and what problems you may encounter if you do mistakes in selecting it. What is organization’s base currency? Organization’s base currency is the curre...

Yadnyesh Kuvalekar 4,102
LikeLike (1)
How alternate key is useful while importing data into CRM?

Introduction In this blog, I have explained how an alternate key column can be used to import the data into CRM using OOB import/export facility. We get frequent requirements to perform initial data load for customers and contacts. In almost all c...

Yadnyesh Kuvalekar 4,102
LikeLike (1)
How to create CRM Entity View programmatically?

Note: In this article, I am creating a view in CRM Plugin. 1.      Create instance of IOrganizatinoService class to communicate with CRM var context = (IPluginExecutionContext)serviceProvider.GetService(typeof(IPluginExecutionContext)); IOrgan...

Yadnyesh Kuvalekar 4,102
LikeLike (1)
Programmatically authenticate multi-factor enabled Dynamics 365 CRM environment

Introduction I observed that, recently our clients are focusing more towards security aspect and hence the typical first thing they do is enabling multi-factor authentication. Now from developer’s perspective, there is no issue in accessing CRM th...

Yadnyesh Kuvalekar 4,102