Dynamics Code

Not another PowerPlatform blog

Tag: JavaScript

React – Extended boundary of Power Apps component framework

In previous post I demonstrated about how to use React with the former version of Power Apps component framework (PCF) by modifying PCF packages, which is unsupported. I am a strong believer that plain old JavaScript is a not a good choice when it comes to building moderately complex component that use DataSets, and as […]

Read More

Power Apps component framework – Beyond the boundary

Note: I am going to write some dark magic with PCF. It is not currently supported by Microsoft. These are my personal findings. Views are my own. But if you want to dismantle PCF and want to test the boundary, then read further. Credit: Andrew Ly for his Number Button Selector control and feedback. Rami […]

Read More

Passing current login user of Microsoft Dynamics CRM Portal to external web app

You can get the detail of current login user in liquid template va user liquid object. There is another way you can get the current login user via XHR call. Microsoft CRM Portal has built-in API to generate JWT of current login user. The API is at https://<crm portal url>/_services/auth/token and returns JWT. This JWT […]

Read More

Microsoft CRM Portal (online) development essentials

After developing a custom portal on Microsoft CRM Portals, I like to share my experience. This is kind of starter guide to build highly customised web pages on Microsoft CRM portals. It is a high level and very informal guide. Libraries and frameworks To customise the portal, a good understanding of followings are essential. Bootstrap […]

Read More

Client-side library for CRM Portal – Completion of first draft

Before end of 2016, I started working on Microsoft CRM Portal development. I realised I have to heavily use liquid and JavaScript if I want to customise. It is true that we can use jQuery to manipulate its elements but I never want to manipulate DOMs especially in this type of application whose UI would change […]

Read More

Categories

Archives