You can read previous post Part 1, Part 2 and Part 3. Seeing is believing It took me 2.5 days to learn and figure out the design and new technologies I need to build the component. Less than half a day, the mock version of the component was completed. The component was loaded on the […]
Read MoreYou can read previous episode Part 1 – The Problem and Part 2 – The Sketch. The Slow Start I always take time to figure out the suitable frameworks and libraries, try them out and learn them, as the first stage, before building. That makes me a slow start. Sometimes, notoriously slow. It is, to […]
Read MorePart 1 – The Problem can be found here. Time for Proof of Concept (PoC) I like building canvas app, for Proof of Concept (PoC) purpose. It is so easy. Drag and drop, a few clicks and formula, and then you can see the result. I thought of building a canvas app in the first […]
Read MoreSince the public preview of Power Apps component framework (PCF), I always want to build a component that enhances the user experience (UX) in model-driven apps in Common Data Service (CDS) or Dynamics 365. Recently, I had an opportunity to build a component with Power Apps component framework (PCF) that will save several mouse clicks […]
Read MoreIn 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 MoreNote: 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 MoreThis post is more of rant than evangelist. In October 2018, I had involuntarily involved in developing Power Apps for one of our clients at work. “Why involuntarily?” you may ask. Well, although I mainly work with Microsoft platform, I play around with iOS and Android native app developments and help out my friends. So, […]
Read MoreI have posted the video of incoming call using CIF here. It is a live working demo using Twilio trial account. I am going to share my experience of making this so anyone can easily setup the basic features and start exploring more awesomeness. I have tested the public preview of Microsoft Dynamics 365 Channel […]
Read MoreYou 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 MoreAfter 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