Using Context Navigation and User Settings in PCF Controls
This post explores how to effectively use context in PCF (Power Apps Component Framework) controls. PCF controls offer many features, including the ability to call Power Apps and Dynamics 365 native functionality, which would otherwise entail using JavaScript and the API. Leveraging context from within a PCF control can be especially useful for building custom controls.
The tutorial starts by creating a new PCF control called SampleXrmControl. From there, it delves into how to access user settings, specifically, the user's language. Understanding language settings is essential when creating multilingual controls. The tutorial also illustrates how to navigate between various pages and forms in the context of a given record. This is particularly useful for accessing additional information or editing existing data.
By the end of this tutorial, you'll have a firm grasp of how to use context to build dynamic and interactive PCF controls that deliver an enhanced user experience and are suitable for a wide range of scenarios.
The post Using Context Navigation and User Settings in PCF Controls originally appeared on Carl de Souza.
Published on:
Learn moreRelated posts
What are the benefits of using PCF controls in Dynamics 365?
If you're a Dynamics 365 developer, then you might want to consider using PCF controls to enhance your apps. PCF controls, short for PowerApps...
Inogic Top 5 Microsoft Dynamics 365 CRM & Power Apps user tips of 2022!
Inogic has rounded up the top five user tips for Microsoft Dynamics 365 CRM & Power Apps in 2022. As the year comes to a close, it's impor...
Power BI Development Tips To Boost Productivity
If you're looking for ways to increase productivity in Power BI development, this blog from Enterprise DNA is a great resource. They provide t...
Power Apps – Fluent UI Badge
Looking to add an extra touch of style to your Model Driven App Forms? Look no further than PCF controls. PCF controls, or Power Apps componen...
Tag and Shared Variable Custom Values in Web Api Plugins
If you're working with Dynamics 365 Power Apps Web API and need to pass along a custom value with the request, this tutorial is for you. For i...
Prototyping custom UI in Figma for Dynamics 365 and the Power Platform
In this post, the author explores the possibilities and benefits of designing and building custom UIs using Figma for Dynamics 365 and the Pow...
Navigating to a Custom Page using Power Fx
The post entitled "Navigating to a Custom Page using Power Fx" demonstrates an alternative method to using JavaScript to navigate to a custom ...
Microsoft Dynamics 365 CRM + Power Apps Portal Development – Get the best of both worlds!
The service sector has become a crucial part of today's global economy, encompassing industries such as healthcare, finance, media, and travel...
PCF Controls – Tree-shaking to shrink your bundle size
The size of front-end controls and applications is a critical factor that requires careful management to keep them as small as possible. With ...