Skip to content

Engineered Code Blog

Category: Dynamics 365 Portal

Adding SharePoint Integration to the Employee Self-Service Portal Without Server-side Code – Part 1

August 15, 2018 2 Min.To Read

In this series I’m going to step through how you can add an integration with SharePoint to the Employee Self-Service Portal in Dynamics 365 without using server-side code. While the recent news that the October ’18 release of the Portal capabilities for Dynamics 365 with include out-of-the-box SharePoint integration may make this series obsolete in a hurry, I’m sharing it as it might inspire other solutions that can leverage the same techniques.

Portals and the October ’18 Release Notes

August 7, 2018 4 Min.To Read

Microsoft decided to make the October ’18 release notes available while I was on vacation (it’s like they didn’t even consider my schedule!), so I’m a bit late on this, but here are my thoughts on what to expect in the fall when it comes to the Portal capabilities for Dynamics 365.

New XrmToolBox Plugin to Cleanup After Portals v7 to v8 Upgrade

July 19, 2018 3 Min.To Read

When using the Microsoft-provided PowerShell scrips to assist with an upgrade from Portals v7 to v8, there are a few known issues that could still leave your data in an undesirable state. We’ve released an XrmToolBox plugin to help address a couple of those items.

Hacking Your Way to Server-Side Code with Dynamics 365 Portals – Just Like Microsoft!

July 11, 2018 4 Min.To Read

One of the big things we’ve talked about during the transition from Adxstudio Portals v7 to the Portal Capabilities for Dynamics 365 v8 is losing the ability to include server-side code in your website project. There are ways around this limitation – typically we recommend using a Dynamics 365 Portals Companion App. However, there is another technique, which we’ve always considered a bit of a hack, but not only does it work, Microsoft is using the technique in their own Portals. So if they can do it, why not us?

Back to top