Dynamics CRM 2016

Uncategorized

Dynamics CRM 2016 Web API (OData V4.0)

Microsoft introduces Web API (OData v4) with the release of Dynamics CRM 2016 to perform CRUD operations and also some other special operations. Following are some posts for CRUD operation… Retrieve Record using Web API Retrieve Multiple using Web API Retrieve Multiple through fetch XML using Web API Create Record using Web API Update Record […]

Uncategorized

Step by step way to create dynamics CRM trial org

I have created this post by just copy paste the email body I have sent to one of my functional client, thinking it will be helpful for others like my functional client was seeking the step by step way to create trail CRM org. Type “Dynamics CRM free trial” in Google. Click the highlighted link.

Uncategorized

Creating, Registering and Calling Custom Actions

Actions are actually Custom messages defined for an entity. Following action is created for lead entity having input and out parameters. Custom Action Plugin C# code, using input parameter and output parameters. Register the action plugin, and add step by selecting messge as “msd_CustomQualify” and “lead” as Primary entity. Calling an action associated with specific

Uncategorized

Importing Adxstudio Portal website from a backup XML file

This post shows a step by step process to import a backup XML file of an Adxstudio website to a dynamics CRM org using Website Copy utility’s wizard. The process of exporting the backup XML file is in my previous post Exporting Adxstudio Portal Website to a backup XML file The unitltiy WebsiteCopy.exe utitlity found in the

Uncategorized

Exporting Adxstudio Portal Website to a backup XML file

This post shows a step by step process to export and Adxstduio website from a dynamics CRM org to abackup XML file using Website Copy utility’s wizard. The unitltiy WebsiteCopy.exe utitlity found in the extracted adxstduio files “C:\Program Files (x86)\Adxstudio\XrmPortals\7.0.0021\Utilities“ Double click WebsiteCopy.exe Click Next Select Microsoft Dynamics CRM server, Click Next Select your discovery

Scroll to Top