Tag: Dynamics 365

Achieving ‘God Mode’ without Level Up

Achieving ‘God Mode’ without Level Up

Level Up for Dynamics 365/Power Apps has made lives easier for countless Dynamics admins, developers, and end users. Some IT departments don’t like users having that power and block the extensions. Here’s how you can still get the same results.

Continue reading “Achieving ‘God Mode’ without Level Up”
Dataverse Performance: Custom API vs Action with CWA

Dataverse Performance: Custom API vs Action with CWA

Dynamics 365 developers have been using Custom Process Actions to call C# code for years. Now with Custom APIs we can skip the Action scaffolding and wire up our code more directly. Should you upgrade your Actions to APIs? We’re going to take a look at the performance and see how that factors in.

Continue reading “Dataverse Performance: Custom API vs Action with CWA”
Plugin Performance: Images vs Retrieve

Plugin Performance: Images vs Retrieve

Conventional wisdom says that using an Image is always faster than a Retrieve operation. Is it true? Well, it’s complicated. Today we’re going to run some benchmark tests and find out when when using a Retrieve in a plugin is actually faster than an Image.

Continue reading “Plugin Performance: Images vs Retrieve”