Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Which AD component to use

Updated: 21 May 2010 | 1 comment
Jimbaland's picture
0 0 Votes
Login to vote
This issue has been solved. See solution.

Hi All,
I am using Workflow 7 and trying to figure out how I can pull a user's Manager information (Name, email) from AD and use it in subsequent components. The specific application is a permissions request where the manager's approval must first be obtained. As I said before, I would like to automatically get this from AD using the get current user component. I have, however, been able to create a project in which I can pull a user's AD info using get "current user" and "Get Users With Details", but this does not give me any manager info. Any ideas?

Comments

Jimbaland's picture
29
Sep
2009
1 Vote +1
Login to vote

To answer my own post

Turns out that I was so close but yet so far away. I had disregarded the manager info heirarchy since it kept opening a never ending tree. Don't know why I didn't realize that this was due to the structure of AD. This is so you can get the info for your manager's manager's manager (and so on) if need be. I ran my project with my credentials using the display name variable from the first level of manager info and was successful. Hopoe this helps other in the future.