Forum Discussion
employee directory
- Mar 21, 2019
Hi matthieu2906,
There is excellent people and organization information in Office 365, with Contact Cards, Delve, Teams etc., but nothing "out of the box" with SharePoint will meet your needs. A 3rd party web part or custom solution would be in order.
If you are going custom, I think the SharePoint list formatting samples on GitHub are interesting - especially the User Profile Card.
I hope this helps.
Norm
ChrisWebbTech Here is my template for the app. It's super simple really. Just import it in, then under App, put in your company name, assuming you use that attribute in AD, otherwise you'll have to go strip it from the gallery filters on the first screen on both galleries. Anyway, once Company Name is set on the Apps OnStart, make sure to run it after so it sets the variable. Then you can save and link to this App in your intranet. Append the &hidenavbar=true at the end of the App URL to strip the bar etc.
Anyway, you can easily tweak this, but you can get the idea how to do it from the App template and make it your own if you want to tweak the looks!
Anyway, hope this helps some of you, but I think it's a simple easy approach to a quick "Dynamic Employee Directory" with search and minimal information.
ChrisWebbTech I am getting in and playing with this and I don't want to futz around with things too much only to find there is a reason you did things the way you did.
Do you foresee there being any issue with my replacing the text input with a people picker that autofills?
Also, thank you so much!
- Aug 25, 2020Na not really. You’ll just have to replace the items property on the gallery referencing that textbox and replace it with the people picker .email or you could have onselect for the picker just go straight to the details page and for that pass the people picker selection.