Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hi, I’m working on my companies Sharepoint Intranet site which runs

Status
Not open for further replies.

edevantie

Programmer
Jul 21, 2010
1
DK


Hi,

I’m working on my companies Sharepoint Intranet site which runs on a Sharepoint Service 3.0. Everything works fine except one thing.

I want to create a sort of employee list with all the information about the employee, like phone, e-mail, name, position in the company, etc. The thing is, that all that information already are in our Active Directory, so I want to extract that data and create the employee list from the AD instead of writing it all down again. Furthermore, it would be to great help regarding updates and maintenance of the employees that it only changes has to occur in the AD.

I hope I’ve explained my problem correctly otherwise, please let me know.

Sincere
Mestika
 
hi
if you only need to view the employees list in WSS, you can use a data form wp with a data source of a custom web service.
you will need to develop this web service, which will access your AD and return all needed info.

hope this helps..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top