Using Active Directory Searching/Lookup in a SharePoint/MOSS 2007 Workflow (with Visual Studio 2008)
- Posted: Nov 29, 2007 at 4:08 PM
- 25,067 Views
- 1 Comment
Download
How do I download the videos?
- To download, right click the file type you would like and pick “Save target as…” or “Save link as…”
Why should I download videos from Channel9?
- It's an easy way to save the videos you like locally.
- You can save the videos in order to watch them offline.
- If all you want is to hear the audio, you can download the MP3!
Which version should I choose?
- If you want to view the video on your PC, Xbox or Media Center, download the High Quality WMV file (this is the highest quality version we have available).
- If you'd like a lower bitrate version, to reduce the download time or cost, then choose the Medium Quality WMV file.
- If you have a Zune, WP7, iPhone, iPad, or iPod device, choose the low or medium MP4 file.
- If you just want to hear the audio of the video, choose the MP3 file.
Right click “Save as…”
- Mid Quality WMV (Lo-band, Mobile)
This is the eighth in a series (the series is listed at the bottom) of "How To " Videos that I have created to show .NET Developers how to build document workflow in a SharePoint environment.
In the How to Videos that I produced on "Building Approval Workflow's" and "Escalating Workflow's (for overdue tasks), I kept things simple (focusing on the Workflow) and did not do dynamic lookups of people/users against Active Directory (AD), choosing to "hard code" the users in the workflow.
In this example, I take one of those workflow's (Basic Approval Workflow) and show you how you can do a "Dynamic Lookup or Search" of Active Directory for information (The Manager of a user) using .NET Code (System.DirectoryServices).
Code Download & Workshop Document Location: Click here
Click here to access the
larger framed Hi-Resolution Version from my blog!
You can also download the Freely Downloadable "Building Custom Document Workflow with MOSS with Visual Studio 2008" workshops (Developer Content) on my blog (www.sheltonblog.com)
under the SharePoint Tag, or directly by clicking
here.
Checkout my other Active Directory (non-SharePoint Specific) with .NET Videos:
(The same code works in SharePoint)
- How to Add users to Active Directory with .NET (Click here to see it)
- How to Search Active Directory (used as the bases for this video): (Click here to see it)
- How to Search for/Add users to "Groups" in Active Directory with .NET: (Click here to see it)
My other SharePoint videos:
- Enabling (incoming/outgoing) email for SharePoint/MOSS 2007 servers (Click here to see it)
- Extracting document details from within a workflow (Click here to see it)
- Extracting email addresses and sending emails (Click here to see it)
- Programmatically Creating a User Task within a workflow (Click here to see it)
- Programmatically Escalating an Overdue Task with Visual Studio (Click here to see it)
- Building an Approval Workflow with SharePoint/MOSS 2007 and VS 2008 (Click here to see it)
- Building a Multilevel Approval Workflow with SharePoint/MOSS 2007 and VS2008 (Click here to see it)
- Using Active Directory Search/Lookups within SharePoint Workflow's to find users (Click here to
see it)
Note: If you have questions/comments, please leave them on my blog at this link, as I do not monitor this feedback URL.
Comments Closed
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
use Web.SiteUsers to retrieve a SPUser Object.
reason:
if the user never loged in to the SharePoint Site on which the workflow is runing he/she will not be in the AllUsers collection and you will get an exception.
Andrej
Remove this comment
Remove this thread
close