Skip to main content

Notifications

Announcements

No record found.

Community blogs

Featured

Latest blog posts

View all
Like ( 0 )
Managed Solutions V9 thoughts

The great debate between unmanaged and managed solutions rages on. This discussion started when solutions was first introduced in Dynamics CRM 2011. Many people go the route of unmanaged being burned by managed; each person with their own battle s...

Like ( 0 )
What is a system entity message?

Hello; With the release of V9 we’ve seen new items in the solution structure and package. One such change is the Messages under each entity in the solution.   Messages give the ability to change the content displayed when the user sees ...

Like ( 0 )
My experience writing unit tests with FakeXRMEasy

Hello; I thoroughly enjoy writing unit tests with FakeXRMEasy. It’s a framework that allows you to fake the Dynamics 365 services into the proper contexts and then use the messages against it. It can be found at https://dynamicsvalue.com/. T...

Like ( 0 )
Don’t forget to upgrade assemblies for custom code in Dynamics 365 v9+ upgrade!

Upgrading to the latest platform is never something to underestimate with any product. With Dynamics 365 we’ve experienced such rapid platform changes over the past 8 years we should be all getting used to some of the pieces of an upgrade. W...

Upgrade
Like ( 0 )
Understanding the Expand Query in the Dynamics 365 List Records connector

Hello; Recently I’ve been diving deeply into the Dynamics 365 connector that is used in Power Apps, Logic Apps, and Flow. I’ve found the documentation lacking when trying to do more advanced features. Today were discussing the Expand Q...

Like ( 0 )
Understanding the Expand Query in the Dynamics 365 List Records connector – Part 2

Hello; Part one of this post (Understanding the Expand Query in the Dynamics 365 List Records connector) showed how to utilize the expand query paramete. This post will covering actually using these values to update an account with the data. Let...

Like ( 0 )
Understanding the Dynamics 365 List Records connector retrieve limit

Hello; Let’s talk about the retrieve limit of the Dynamics 365 connector that is used in Power Apps, Logic Apps, and Flow. While working with a large data set we noticed that the maximum amount of records per request is 512. While looking at...

Like ( 0 )
Firing Business Rules when making JavaScript changes!

With the investment being made in Dynamics 365 around business rules I typically try and leverage them when possible. I’ve found at times it creates some challenges along the way. One specific challenge  a college and I’ve ran into was...