In this blog, we will bring in an Azure map to the PCF control framework. If you want to understand how to create a PCF control check the blog, Step by Step process to create PCF Controls which has details on how to create a PCF control in general. This is a blog to just introduction of Azure Maps APIs and how we can bring in the same to our PCF control and we are not diving deep into different other available APIs. Hope you will enjoy this blog.
Continue reading “Azure Maps in PCF Controls”Tag: framework
Decoding Manifest File in PCF – Power Platform
As the talk of the hour in Dynamics community, I am sure you will be well aware of Power Apps Component Framework aka PCF. Today in this blog we are trying to decode the different sections of a manifest file in the PCF project. Just to introduce you to manifest file which defines the properties that are available for use by the application hosting the component. These properties allow the application and component to communicate about data without the app having to understand the implementation of the component. This acts like an interface between the application and the component.
Continue reading “Decoding Manifest File in PCF – Power Platform”