So in the last part of this post, we are going to finish off with a few simple bits of code, put together our flow using Power Automate (formerly Microsoft Flow), and then walk through to see it in action. In Part Two, we looked at adding our Entity Forms, and the Portal Comment one … Continue reading Adding Portal Profile Photos Using Power Automate, Liquid, CSS & JS – Part Three
There are currently 489 articles on my site. You can scroll through the latest posts below, or use the search functionality to find content based on specific key words. Articles cover a range of subjects including Dynamics 365 Customer Engagement, Power Automate, Power Apps Portals, and D365 Marketing (Customer Insights - Journeys).
Blog
In Part One of this series, we looked at what we wanted to achieve in the portal for the user experience, with the ability for them to upload and see their own image. We also looked at the CSS needed, and the forms required. Now we’ll at the Entity Permissions needed. First, we need to … Continue reading Adding Portal Profile Photos Using Power Automate, Liquid, CSS & JS – Part Two
One thing about the Microsoft Portals that has always annoyed me slightly (even when using it when Adxstudios) is the Profile area. A user registers, then sees a little mystery person image but with no way to change it or upload their own photo. It isn’t tied to the Contact entity image, so that won’t … Continue reading Adding Portal Profile Photos Using Power Automate, Liquid, CSS & JS – Part One
In a previous post we looked at updating a Contacts D365 (CRM) image from a Twitter profile. Although the image displays within that application, it’s not something you can use to display it anywhere that needs the image to be accessible to the outside world. For example, if you want to use the image using … Continue reading Add Accessible Image URL To Contact Using Power Automate
I had been using CRM for a few years before I realised you could add a photograph to a Contact record by simply clicking on the mystery person image. Uploading an image to identify your contacts, vendors and partners can make quite a difference to the users, giving simple visual indicators. However, how do you … Continue reading Use Twitter Flow Connector To Update Contact Images
Portal pages are often made from Entity Forms or Entity Lists. However, on an Entity Form, you can display lists using subgrids on regular forms in D365. If you think about adding a subgrid to a form, you can set the columns on the grid, but you can’t change the name displayed on each column, … Continue reading Entity Form Metadata On Subgrids
Continuing on from Using Liquid To Enhance The Portal Experience, let’s take a look at using Liquid a bit further. Calling fields that are linked to the user (Contact logged in) record is pretty straightforward once you know how. It’s global throughout the portal so we can call {{ user.firstname }} on any page and … Continue reading Using Liquid To Enhance Cases In Portals
Keeping customers informed and up to date can be achieved using many different channels. If your organisation has a Twitter profile and it’s used regularly, this can be added to your portal for quick reference and accessibility. Twitter profiles, tweets and hashtags can easily be added to any website, but in this post we will … Continue reading Add Twitter Feed To Microsoft Dynamics Portal
This post is a written article based on a presentation I delivered at the D365 Saturday Scotland event held in Glasgow on January 26th, 2019. It’s a collection of tips and ideas of mainly out of the box functionality you can use to keep the marketing and branding of your organisation consistent, with both internal … Continue reading The A-Z of Marketing & Branding
Using a Dynamics 365 Portal allows you to provide self service access to your customers. Once they are logged in, they can view their cases and any other account data you have provided. That’s great, but would about customising their experience even more? Liquid is an open-source template language integrated into portals which we can … Continue reading Using Liquid To Enhance The Portal Experience