-
Continue reading →: Dynamics Portals – ‘Record Mover’ and ‘Code Editor’ Tools – XrmToolBoxIf you are a Dynamics Portal developer, couple of pain points you would have experienced, are Moving configurations from environment to other Navigating among multiple screens (Web Pages/Templates/Files etc…) to edit the configurations. Lets see how these are addressed with below tools from our favorite XrmToolBox Portal Records Mover Portal…
-
Continue reading →: C# – SQL – Bulk Insert records from Data Table and CSV
In my previous article I provided the steps to update records in single transaction using SQL “Table-Valued Parameter Types”. In this article, lets see an easy way to bulk insert the records using SQLBulkCopy What is SQLBulkCopy: SQLBulkCopy class comes with ‘System.Data’ namespace and can be used to write/Insert data to SQL…
-
Continue reading →: C# – Bulk Update Records – Pass Data Table to SQL Stored Procedure
I was building a console application to transact with large set of data in a SQL table and got a requirement to bulk update records. Below are the options I got. Option 1: Loop through the records in Console and make SQL update call for each record. This is a…
-
Continue reading →: Dynamics 365 – Configure ‘Relevance Search’
In Dynamics 365 online we have 2 types of Global Search Category Search Relevance Search Category Search: Its a multi-entity Quick Find Search, where you can pull the matching records from all configured entities in a single screen. Relevance Search: Relevance Search delivers fast and comprehensive results across multiple entities in…
-
Continue reading →: [Step by Step] Configure Server-to-Server (S2S) authentication using Azure AD and Application User – Dynamics 365
In this article I am going to explain, what is ‘Application User’ and how it helps to establish using Server-to-Server (S2S) authentication and Azure Active Directory To explain the S2S authentication simpler, let’s take an integration requirement You have an ASP.Net Web Application You need pull the Contacts from a CRM organization…
-
Continue reading →: Dynamics 365 Spring Release 2018
Microsoft has released Spring ’18 release notes for Microsoft Business Applications and can be downloaded from here Refer this link for all latest updates on Dynamics 365
-
Continue reading →: Dynamics 365 – Create/Modify Views using App Designer
In this article, I am going to detail, how views can be created or modified using App Designer. Open ‘App Designer’: To start off, go to ‘My Apps’ by navigating to ‘Settings –> Application –> My Apps’ Open the ‘Sales’ app in ‘App Designer’ by clicking ‘OPEN IN APP DESIGNER’…


