Notifications
Announcements
Curious if this feature was under consideration. I have a scenario where I need information from the parent entity, while also passing data from a related subgrid. Unfortunately, i can only pass a dataset or property in my manifest, a mixture of the 2 seems to make them not discoverable.
Hey @davallen ,
This is possible, I am doing it currently with a PCF component I am working on.
Am passing in a dataset and 3 SingleLine.Text properties. Here's what my manifest looks like:
<data-set name="viewName" display-name-key="View Name"></data-set> <property name="startDateField" display-name-key="Start Date Field" description-key="Start Date Field" of-type="SingleLine.Text" usage="input" /> <property name="endDateField" display-name-key="End Date Field" description-key="End Date Field" of-type="SingleLine.Text" usage="input" /> <property name="parentEntityField" display-name-key="Parent Entity Field" description-key="Parent Entity Field" of-type="SingleLine.Text" usage="input" />
Hope this helps.
@Anonymouswhat is the parententityfield? Are you passing the guid of the parent record?
I am trying to figure out how to get this passed to the PCF component also.
@AnonymousI found from another thread that the context.mode.contextInfo.entityId property exists that contains the id of the parent entity. It was stated that this was not a supported method and the d.ts does not have a properties for this. But it seems like an important feature to have and provides a workaround to accomplish a lot more scenarios with PCF controls.
Cool thanks @davallen will check this out later.
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…
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Kalathiya 321 Super User 2026 Season 1
WarrenBelz 289 Most Valuable Professional
MS.Ragavendar 200 Super User 2026 Season 1