-
Continue reading →: D 365 – ‘Voice of the Customer’ solution installation failed
Other day, I was getting solution installation failure error while installing “Voice of the Customer” on my trail instance. Issue was persisting even after multiple retries. Reason: I tried to install solution from “Manage your solutions” screen, which is the reason for failure (This approach used to work in CRM 2016…
-
Continue reading →: D365 – Troubleshoot and Fix connectivity issues – ‘Microsoft Support and Recovery Assistant for Office 365’ tool
Recently, I came across a Microsoft Support and Recovery Assistant for Office 365 tool from Microsoft to troubleshoot and fix Office 365 connectivity issues. Download This tool can fix many problems for you, or it can tell you how to fix them yourself with guided steps. It helped me fixing…
-
Continue reading →: IntelliSense in Jscript/TypeScript file – Dynamics 365
In this article, lets see how to configure intellisence with XRM syntaxes in your Jscript/TypeScript files. To enable IntelliSence, you need to install xrm npm package to your Visual Studio. Steps to install NPM package: To install npm package, you need to download and install a Visual Studio extension :…
-
Continue reading →: Transaction aware batch processing using ‘ExecuteMultipleRequest’
In this article, I am going to discuss about transaction aware batch processing in ExecuteMultipleRequest using ExecuteTransactionRequest. Is ‘ExecuteMultipleRequest’ not a transaction aware? By design, ‘ExecuteMultipleRequest’ is non-transactional. Which means ‘Request’ objects added to ‘ExecuteMultipleRequest’ are independent of each other and if any exception occurred in any of the ‘Request’…
-
Continue reading →: Dynamics CE – Demystify ‘Auto Number’
‘Auto Number‘ feature is available with Dynamics 365 (online) and V9.x versions. With this feature we are no longer dependent on 3rd party ISV solutions for Auto numbering. In this article I am going to cover a few use cases of Auto Number fields. How to create an Auto Number…
-
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…


![[Step by Step] Beginner : Create a PCF control and add it to a custom page](https://rajeevpentyala.com/wp-content/uploads/2024/12/image-49.png)