If you have been paying attention to the Microsoft Power Platform release plans, watched sessions at Ignite as well as read Microsoft’s official Power Platform blog, you will have seen a whole series of new Power Apps portals features either released to general availability or preview in the past few months. Side note: Trading in… Continue reading Power Apps portals: What’s new
Category: liquid
Do you use FetchXML Builder? Please consider helping a friend out.
I use the FetchXML Builder on my Power Platform almost on a daily basis. It saves me so much in building SSRS reports, it allows me to build powerful Power Apps portals web templates and it also helps me building Power Automate flow queries. What is FetchXML Builder? It is a tool that is part… Continue reading Do you use FetchXML Builder? Please consider helping a friend out.
Inject content into Power Apps portals form components
Sometimes even the most simple requests can balloon in extra configuration to meet the client’s vision. One of the most common uses of a Power Apps portal is to collect some information using a form. Adding a form component to a portal page is a very simple exercise. You create the model-driven form in the… Continue reading Inject content into Power Apps portals form components
Displaying a Customizable Map on a Power Apps portals Web Page
A popular out-of-the-box feature of Power Apps portals that came from the original Adxstudio product is the ability to display a map on a web page based off of data from an entity list. In order to render the map, you need to configure an entity list to display the map and point data as… Continue reading Displaying a Customizable Map on a Power Apps portals Web Page
Test Driving the Power Apps Portals Web API
One of the features missing from Power Apps portals (Dynamics 365 Online Portals) since it became an exclusively cloud service is the ability to write a function to create, update, read or delete (CRUD) data in the Common Data Service. You can create and update data on a portal using Entity forms and Web forms,… Continue reading Test Driving the Power Apps Portals Web API
PowerApps Portals Quick Start
PowerApps Portals is now in public preview! Please read the annoucement: https://powerapps.microsoft.com/en-us/blog/powerapps-portals-is-now-available-for-public-preview/ The true power of PowerApps Portals is to be able to surface and interact with CDS data. The following are some quick steps to surface some sample data to allow you to get started using PowerApps Portals. PowerApps Portals 10 minute Quick Start… Continue reading PowerApps Portals Quick Start
Adding Drill Down Links to PowerApps Portals Forms
This is post is essentially a re-write of a post I wrote 2 years ago called Creating a Drill Down Link on a Dynamics 365 Portal Entity Form”. However, with the upcoming release of PowerApps Portals I thought it might be a good time to re-visit some of the older Dynamics 365 Portals posts and… Continue reading Adding Drill Down Links to PowerApps Portals Forms
Building a Multi-Brand Dynamics 365 Portal
Overview Sometimes a specific program, product or sub-brand of an organization may require a unique Portal. Provisioning and buying separate Portal subscriptions may potentially be overkill for the particular requirement. The following post describes a method where different branded sections of a portal can be configured using one Portal instance. Multi-Brand Portals I have been… Continue reading Building a Multi-Brand Dynamics 365 Portal
Show Calendar and Maps on Dynamics 365 Online Portals
Summary Dynamics 365 Portal Entity List Controls can be configured to render as a Calendar or Map Control These special controls will not render correctly when the Page Template is linked to a Web Template. A Page Template using “Re-write” mode is required for controls to appear correctly. September 2020 Update: Here is a post… Continue reading Show Calendar and Maps on Dynamics 365 Online Portals
Dynamics 365 Portals – Overcoming Entity List Roadblocks with HTML and Liquid
Summary Entity Lists are an easily configurable way to show list data on a Dynamics 365 Portal, but lack a couple of key features; Entity Lists do not have the ability to drill down to different records from the view. Cannot dynamically show/hide columns or highlight fields. Sorting requires fields to be displayed on Entity… Continue reading Dynamics 365 Portals – Overcoming Entity List Roadblocks with HTML and Liquid