- May 31, 2023
Introduction : In this blog we will understand Bulk Creation of SharePoint List Items with Attachments using C# Console App Steps: Step 1: Create console app in VS Studio as shown below. Step 2: Declare variables that takes input from the user and store inputs received in declared variables. Step3: Use SecureString class to create […]
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, […]
Introduction Recently, we had a requirement to update a field on opportunity record whenever an opportunity was closed as won. My first thought was that it was pretty straightforward and registered the plugin using this step: Message – Update Primary Entity – opportunity But it did not fire the plugin when opportunity was closed as […]
Introduction As we know, Dynamics CRM is used by multiple users. So the possibility of modifying the same record at a time is very high. This can result into inconsistent data. Solution We can avoid this with the help of concurrency control mechanism using RowVersion property. Example Below is a code implementing concurrency control mechanism:- […]
Let started with our D365 Quickstart package and get onboard within 7 days!
I'M INTERESTED!