Retrieve Activity Party using JavaScript and REST
An activity party represents a person or group associated with an activity. An activity can have multiple activity parties. There are 11 activity party types in Microsoft Dynamics CRM. The activity...
View ArticleSet Currency Format based on User Settings through JavaScript
If you are working on a custom HTML web resource which displays different currency formats for different countries and regions, there comes a need to set the currency format according to user settings...
View ArticleOpen New Activity Form with Regarding and PartyList Field Prefilled
Xrm.Utility.openEntityForm() is used to open a new entity form. But if you are required to open the form with some fields prefilled you can pass it as parameters. In this post you will learn how to...
View ArticleCreate Activity and associated Activity Party using JavaScript and REST
In this post we will learn how to create an Email Activity and associated Activity Parties using JavaScript and REST.The sample code used below is to create an email activity for quote. You can change...
View ArticleDownload Note Attachment using JavaScript and REST
In an earlier post we covered how to upload note attachment using JavaScript and REST. In this blog post we will learn how to download the note attachment using JavaScript and REST. We have made a...
View ArticleWeb API Actions in Dynamics CRM 2016
In Dynamics CRM 2016 (on-premises) and Dynamics CRM Online 2016 Microsoft introduced Web API. You can use it across wide variety of programming languages, devices and platforms. The Web API implements...
View ArticleWeb API Functions in Dynamics CRM 2016
In our previous post we learned about Web API Actions in Dynamics CRM 2016. In this blog post we will look at how to execute Web API Functions in Dynamics CRM 2016. Web API Functions Functions...
View ArticleCRUD operations using Dynamics CRM 2016 Web API
In this tutorial we will learn how to perform CRUD operations using Dynamics CRM 2016 Web API.The CRUD operations (create, retrieve, update and delete) are explained separately along with the Request...
View ArticleExecute Predefined Queries using Dynamics CRM Web API
In Dynamics CRM 2016 Web API we can execute predefined queries or retrieve data by executing custom fetch XML. Users can create views or save the queries in Advanced Find. Both these queries represent...
View ArticleUsing Xrm.WebApi to execute Web API methods in Dynamics 365
With the release of Dynamics 365 v 9.0 we now have a new library to implement WebAPI methods using Xrm.WebApi. This new feature simplifies a lot the development of JavaScript web resources. Now...
View Article