In this blog, we will discover a new addition to the Client API. This event is the "OnOutputChange" that allows triggering a handler after a PCF control has notified the change of its outputs. This event is valid for controls that live in model-driven app forms. The use of this event creates communication between PCF … Continue reading [Model-driven apps – Client Scripting] How to interact the client API with a PCF control in a form using the OnOutputChange event?
Month: September 2022
[Power Apps – PowerFx] Let’s try to deep link a Power apps to WhatsApp and Ms Teams using Named Formulas
You will see in this blog how we can initiate a Ms Teams call or a Whastapp chat from a Canvas app. Also, we will use the new concept "Named Formulas" to implement this scenario. Of course, we don't have to use named formulas to implement this use case, this will give a first overview … Continue reading [Power Apps – PowerFx] Let’s try to deep link a Power apps to WhatsApp and Ms Teams using Named Formulas
[Model-driven apps] Deep link a MDA to open on a specific form tab
Have you ever needed to open a form with a focus on a tab or a section dynamically from a url ? This blog explains in detail an approach to implement this functionality. You'll need a few lines of JS code, don't worry the API client will do all the work for us. Scenario: We … Continue reading [Model-driven apps] Deep link a MDA to open on a specific form tab