I have an application that functions as a phone book in SharePoint 2010. This web application is external, built in JavaScript, and is used to search for users through active directory.
I would like to build this application in SharePoint altogether, by creating a Web Part, and search every SharePoint users instead of this external web application and AD. Does anyone have an idea or tips on what I should use to have this application in SharePoint?
It should be added that I would like the current function as today, custom fields as metadata (texboxes) to search within. Like country, city etc.
Thanks in Advance!