Skip to main content
Here is my problem. One of my forms need to have ad hoc feature where user can add any user from our AD directory as an additional approver.

Can anyone show me step by step on how to achieve this?

Thanks
You will have to make use of the standard .Net DirectoryServices class to retrieve a list of users from - and otherwise interact with AD.

Regards,
Ockert
Also have a look at this post:
http://forum.k2workflow.com/viewtopic.php?t=65

Reply