portals

{knowhow} How to refer a JavaScript file in your PowerApps/ Dynamics 365 Portal which is not accessible via public URL?

This is a big question I face whether I am conducting a training or whether I am working on PowerApps portal in customer location. And I am really not surprised. Say you have a custom .js file where you have scripted some wonderful functions and want to reuse in the portal. It’s a really big …

{knowhow} How to refer a JavaScript file in your PowerApps/ Dynamics 365 Portal which is not accessible via public URL? Read More »

Strip HTML characters using Liquid in PowerApps/ Dynamics 365 Portals

I have been working lately a lot on PowerApps portals and one of the requirement that we got from customer is to render some HTML text as text in Portals. The customer had a field in Dynamics 365 which was storing rich text. We would retrieve the field value using fetchxml in liquid and the …

Strip HTML characters using Liquid in PowerApps/ Dynamics 365 Portals Read More »

Working with custom DateTime formats in PowerApps/ Dynamics 365 Portals

By default in PowerApps portals, the date and time is showed in the format as configured in CDS/ Dynamics 365. However you can override the default date/ time format to be used on portals with the below site settings. DateTime/DateFormat: The date format used on the portal. DateTime/TimeFormat: The time format used on the portal. …

Working with custom DateTime formats in PowerApps/ Dynamics 365 Portals Read More »

Could not find a part of the path … bin\roslyn\csc.exe. Error while setting up of OAuth implicit 2.0 API for PowerApps portal

IF you are not aware of OAuth 2.0 Implicit grant for PowerApps portal, I suggest you refer this Microsoft Docs link. To put in Microsoft words – “This feature allows a customer to make client-side calls to external APIs and secure them by using OAuth implicit grant flow. It provides an endpoint to obtain secure …

Could not find a part of the path … bin\roslyn\csc.exe. Error while setting up of OAuth implicit 2.0 API for PowerApps portal Read More »

string to integer, string to decimal in liquid template–Is typecasting through liquid in PowerApps portals/ Dynamics 365 Portals adding to your woes? the type filter may just be you way out

First of all this is not specific to Dynamics 365/ PowerApps portals. However since I try to put everything related to my passion – dynamics 365 and PowerApps, I try to relate every blog post of mine with that. Coming to the topic, this is related to liquid. And as the title say’s, it is …

string to integer, string to decimal in liquid template–Is typecasting through liquid in PowerApps portals/ Dynamics 365 Portals adding to your woes? the type filter may just be you way out Read More »

Automatically sign-in with Azure AD in PowerApps/ Dynamics 365 Portals on Sign in click.

Recently I had this requirement where the customer wanted to automatically sign in using the default Azure AD option on clicking Sing in the header menu in PowerApps portals. So when the Sign In link is clicked, the user should be automatically signed in without being redirected to the Sign In page and then clicking …

Automatically sign-in with Azure AD in PowerApps/ Dynamics 365 Portals on Sign in click. Read More »