C# Code · Customization and Configuration · Data Migration And Integration

{Common Data Service} Apply Optimistic concurrency using Organization Service

Introduction On a multi-threaded and multi-user system like Power Apps, operations and data changes often happen in parallel. A problem arises when two or more update or delete operations on the same piece of data happen at the same time. This situation could potentially result in data loss. The optimistic concurrency feature provides the ability…… Continue reading {Common Data Service} Apply Optimistic concurrency using Organization Service

C# Code · Data Migration And Integration · Dynamics 365 Quick Tips · Dynamics Plugins

{CDS Developer Quick Tip} Set Lookup field using Altername key during Create and Update record from C#

One of integration performance issue is to set related entity lookup field where we need to get record ID and then set the lookup field while creating/updating record from C#. As per latest update of SDK, we can now set lookup field using Alternate Key without having to first get record ID. This will improve…… Continue reading {CDS Developer Quick Tip} Set Lookup field using Altername key during Create and Update record from C#

Customization and Configuration · Dynamics CRM Migration · Power Platform Dataflows

{Power Platform} Migrate data using Odata Dataflows

A dataflow is a collection of entities (entities are similar to tables) that are created and managed in environments in the Power Apps service. You can add and edit entities in your dataflow, as well as manage data refresh schedules, directly from the environment in which your dataflow was created. In today’s blog I will…… Continue reading {Power Platform} Migrate data using Odata Dataflows

Dynamics CRM Migration · Functional Info

Dynamics 365 Key points to consider before moving from Ground to Cloud

Moving from On-premise to Online is good thing as we have more fetures on Online version and updates of new features available on cloud first but it is painful job to move from ground to cloud. Below are some of the key points which needs to be considered before migration 1. cleaning your resources -…… Continue reading Dynamics 365 Key points to consider before moving from Ground to Cloud