tag

#crm

17 posts

Power Apps

Download SDK Tools for Dynamics V9.0+

Microsoft is no longer providing the entire SDK and samples as a download. Instead they are hosting the samples on a their website and providing the sdk and tools on nuget.

Power Apps

Filtering Down the CrmSvcUtil

Most of the time i use late bound but there are times when early bound makes things easier. I needed to limit the size of the file so filtering down on just the entities i use was needed.

Misc

Create Status Reason Values Using C#

The CRM interface no longer allows you to enter the Value for a Status Reason. I had to update several entities to all have the same values but some of them were created way back in CRM 4.0 when you…