Skip to content

Engineered Code Blog

Category: Dynamics 365 Portal

Dates, Times and Portal Capabilities for Microsoft Dynamics 365

April 10, 2018 5 Min.To Read

Dates, times, time zones, daylight savings time, and anything related to those concepts is an area that has always been a huge pain in the you-know-where for developers. There are so many rules and variables that it’s hard to be confident that your solution is handling all cases perfectly. Thankfully frameworks like .NET remove a lot of the guesswork, but you still have to be careful. In this post, I’ll investigate how Dynamics 365 and Portals handle dates and times.

Virtual Entities and Dynamics 365 Portals – Part 4 – Fake OData v4 Service

April 3, 2018 2 Min.To Read

In order to confirm that much of the functionality in Dynamics 365 Portals works with virtual entities, I needed to have data sources with some pretty specific fields. Rather than hunting for an existing service to meet all of my requirements, I was able to quickly setup a fake OData service hosted in Azure Web Apps that I could use as my Dynamics 365 Virtual Entity Data Source.

Back to top