Latest Posts
-
✈️ Web API Launcher XrmToolBox Tool
Launching new XrmToolBox Tool - ✈️ Web API Launcher
-
Quick Local WebServer with IIS Express
TL;DR Download server.bat, place it in your folder, Run it and get going.
-
Connect CrmServiceClient using Azure AD App Client ID & Client Secret for C# SDK
After depecation announcemnt of Dynamics 2011 Organization Service Endpoint in late 2018 and recommendation on using OAuth authentication & Dynamics 365 WebAPI, there was uncertainity for developers who were using/planning...
-
Exploring Power Apps Dataflows and Migrating Data from a WebAPI
Finally, Dynamics 365/Power Platform has it’s own no code ETL tool. It is called Data Flows(formerly Data Integration). Let’s explore and try it out.
-
Get Specific Field Change History from AuditDetail in Dynamics 365
In a requirement we were asked to show one specific field change history in a custom portal written in PHP, our imeediate action was to call RetrieveAttributeChangeHistory via WebApi but...
-
Generate Access Token for Dynamics 365 Single Tenant Server to Server Authentication
-
Parsing Customer Journey Workflow Definition JSON with Linq.js in Dynamics 365 for Marketing
In new Dynamics 365 Apps many configurations and data are being saved as JSON, rather than creating relationships between entities or saving as XML. Customer Journey is one of those...
-
Linq.js for Dynamics 365 Developers
Recently I was working in some large JSON objects in client side javascript where I had to query through it several times as per requirement I was using javascript...
-
Querying N:N Relationship Intersect Enity with FetchXML and Dynamics 365 WebAPI
In a recent requirement I had to query some data from N:N relationship in client side javascript. I achieved it with fetch XML & WebAPI here for example I’ll be...
-
Execute fetchXML with WebAPI in Dynamics 365 using JavaScript
-
Creating Custom Actions for Dynamics 365 with C#
Custom Actions are lesser used processes than Workflows and Plugins in Dynamics 365, but very useful also at the same time. People who have already have idea about Custom Workflow...
-
Creating Custom Workflow Activity in Dynamics 365
-
Git with Command Line For Absolute Beginners
-
Create & Test Your First Ethereum Smart Contract In Simplest Way Possible
-
Create Your Own XrmToolBox Plugins
XrmToolBox has plenty of useful plugins, and awesome people like you from community keep adding new plugins to solve Dynamics 365 developer’s day to day hurdles and make them...
-
Installing XrmToolBox Plugins in No Internet OnPremises Environments
TL;DR : Place the XrmToolBox plugin DLL in %AppData%\MscrmTools\XrmToolBox\Plugins folder and get going.
-
Executing Actions using JavaScript / C# in Dynamics 365
In Dynamics 365 we have feasibility to trigger Actions from Client-side code and Server-side code both. Let’s have a look how it can be achieved.
-
Easy Blogging for Lazy Programmers
When I started web programming almost 10 years back, no one would have thought that people will go crazy some day to make their websites static. Back then it was...
-
Validating fetchXml against Schema using C#
Many times in Dynamics 365 related applications we need to work with dynamically generated or user entered fetchXml, In this case it’s always a good idea to verify fetcXml against...
-
Executing Workflows using JavaScript / C# in Dynamics 365
Workflows are always robust choice in Dynamics 365 to execute fail safe processes. In OOB functionality you can schedule them on some event or can run on-demand. Good news is...
-
Test/Execute your fetchXml with Dyanmics 365 WebAPI
Dynamics 365/CRM WebAPI has unleashed many capabilities to it’s REST endpoint, Executing fetchXml is one of them. Just append entity’s plural name in WebAPI endpoint and pass fetchXml in query...
-
Customize Views with Javascript in Dynamics 365
-
When Chrome For Android Laughs at You 😂
I have one bad habit of keep opening links in new tab in phone without closing old ones. It becomes hectic when I need to find some previously opened link....
-
Business Process Flow Import Error
This process cannot be imported because it cannot be updated or does not have a unique name
-
Get Access Token for Google Service Account using C#
Service Accounts are used for server to server communication so user don’t need to interact for Authentication.
-
Set Lookup View with JavaScript in Dynamics CRM/365
-
Getting Started With Dynamics 365 - Webinar Content
Sharing content for webinar organized by C# Corner on September 3, 2017
-
Arduino 101 with Blinking Disco LED
-
Creating C# Wrapper Over Firebase API For CRUD Operations
-
Assigning Case To Appropriate Team User Using Plugin In Dynamics 365/ CRM
-
replaceAll() in JavaScript
When we use replace() in any string, most of the times it is not easy to predict how many occurrences we will have to replace. There can be many approaches...