Forum Discussion
Mirek_N
Mar 05, 2018Iron Contributor
Change the link in overview of contact
I would like to ask you if is there any option how to change default application or link where is the end user directed after clicking on the phone number in user card in SharePoint modern UI? We use...
- Mar 05, 2018
You might be able to write a SharePoint Framework extension (Field Customizer) and change the way the user field is rendered.
More information:
https://docs.microsoft.com/en-us/sharepoint/dev/spfx/extensions/overview-extensions
paulpascha
Mar 05, 2018Bronze Contributor
You might be able to write a SharePoint Framework extension (Field Customizer) and change the way the user field is rendered.
More information:
https://docs.microsoft.com/en-us/sharepoint/dev/spfx/extensions/overview-extensions
Mar 05, 2018
Totally agree here with Paul, best approach is develop a SPFx extension or even use column formatting stuff to provide the phone experience you need. What it's not possible IMHO is to customize the Office 365 people card
- Mirek_NMar 06, 2018Iron Contributor
Thank you Carlos for your answer.