Forum Discussion
Will Modern Pages ever allow "Web Part Connections" (to link related lists)? How about "Filters"?
This has been added to the Roadmap as coming in 2019.
- ContourJun 28, 2019Copper Contributor
Has anyone achieved anything of use in regards to connecting a list web part to another list web part so you can show a parent / child related list easily? In the classic experience, you had a list view and you could edit the display page and add a second related list to show related records. Since related lists are key to how I would imagine EVERYONE uses sharepoint, I am very surprised and somewhat shocked that this isnt yet possible.
Thanks everyone, happy Friday.
- epiqbrianJun 28, 2019Copper ContributorOnly connecting a list to the same list unfortunately... I've been following this thread in hopes someone has a breakthrough on this or MS finally releases this functionality.
Does anyone know if, on sharepoint online, should the classic sharepoint webpages still have all the filter webparts? We're missing ALL the filter webparts on our sharepoint.- ContourJun 28, 2019Copper Contributor
epiqbrian thanks for the reply, thats what I feared, its clear MS have been severely short sighted implementing these new modern web parts.
I was hoping the "list properties" web part where you have select Display = Selected Item would yield an for Display = Related Record but to no avail, or even that you could vary the "connect to source" setting and have this display the child list.
Certainly very very annoying to find this is still missing.
- Luca BandinelliSep 06, 2018
Microsoft
Hello everyone, great conversation topic!
Let me try to provide some clarity on this topic. First, my name is Luca Bandinelli and the PM owner of the SharePoint Framework under the SharePoint Engineering Team.
As part of SharePoint Framework (SPFx) we released a new feature called Dynamic Data which basically brings the same capability of part to part communications (and much more!) to the Modern SharePoint User Experience.
This feature, initially released in version 1.5 of SPFx framework, is currently marked as "Developer Preview"; this means you can use it for testing and even for prototyping but it's not recommended to be used in production environments as some APIs can change in behaviors before we release the feature for production. And backward compatibility with Preview features is not guaranteed.
We are however working very hard to make it production ready sometime this calendar year.
in the meantime, here are some pointers to start getting familiar with Dynamic Data:
- SPFx 1.5 Release: https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes-for-SharePoint-Framework-Package-v1.5
- GitHub example from our community member showing Dynamic Data in Action: https://github.com/SharePoint/sp-dev-fx-webparts/tree/master/samples/react-events-dynamicdata
- Documentation (Developer Preview): https://docs.microsoft.com/en-us/sharepoint/dev/spfx/dynamic-data
Last, if you are planning to come to Microsoft Ignite, we will have sessions where we will present Dynamic Data capabilities both for end users and developers.
Thanks,
Luca