Dynamics 365 Retrieve and Update using C#
In this post we will look at how to retrieve a record using Retrieve Multiple, then update the record. The example is, we are working with a customer and we need to find their record in an app using their first name, last name and email address. We then want to update their record with a new phone number. Create a new Console App: Add XrmTooling: Add the code: [sourcecode … Continue reading Dynamics 365 Retrieve and Update using C#