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
Mirek_N
Mar 06, 2018Iron Contributor
Thank you Paul for your fast answer. It is very usefull for me.