Back at the end of 2015, Power Apps wasn’t even a thing. My world revolved around Dynamics 365 and the release cadence that was bringing us updates to the platform that were either keeping up with SalesForce or providing greater customizability. Much has changed since then, not least the way that we write rich UI extensions. With this in mind, I have completely re-written my Network View solution to use TypeScript and the Power Apps Component Framework.
This version has some notable improvements on the old version:
- β
Shows details of links
- β
Allows including inside the actual form (thanks to PCF)
There are a few more items TODO to bring parity with the old version:
- π³ Loading Activities
- π³ Showing the users/connection roles for the network
- π³ Support for configurable information cards
The source can be found at https://github.com/scottdurow/NetworkViewPCF
I've not released a pre-compiled solution (yet) - if you would like to test it out, please get in touch!
@ScottDurow