Notifications
Announcements
I am trying to get the form context of a form in my PCF component. Since Xrm.Page is deprecated, how can we get the form context in PCF Component?
In PCF we use context which is passed as parameter in init and updateView function. You can get pretty much all the things that are in Xrm. You can check the ComponentFramework declaration file or PCF Docs website for more info
Hello,
You can check following post - https://debajmecrm.com/2019/05/09/getting-formcontext-in-power-apps-custom-component-framework-gotchas/
How will I get the formContext using context parameter in PCF? Is there any function to get the formContext?
@sheldoncopper73
How do i get the form context from the context parameter in init function? Is there a method that provides this?
How will I get the form context from context parameter passed in init function? Is there a function to do it?
@sheldoncopper73 `
In the init function you have this: context: ComponentFramework.Context<IInputs>
Given that no-one seems to have answered your question I will step in and answer it.
By design PCF components are designed to be self contained and do not have access to the Form context.
Be careful, it depends on what you want to do.
Indeed, the component has its own context but is sent to it from the application so if you want to access particular fields for example, you just have to add them as property of your PCF and you would have access to them.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 717 Most Valuable Professional
Michael E. Gernaey 329 Super User 2025 Season 2
Power Platform 1919 268