Create new user in Active Directory using Workflow
Hi,
I have a user in IDM, and I want to create this user in Active Directory using Workflow.
I guess I should use the update user workflow. But I really dont know how to go abt it.
Can anyone, plz let me know how i can create a user in Active Directory.
Thanks in advance.
[305 byte] By [
anu@idm] at [2007-11-26 10:06:20]

# 1
Write a workflow to checkout the user view, assign the AD resource to the user, set the value of the AD attributes and then checkin the user view.
# 2
> Write a workflow to checkout the user view, assign
> the AD resource to the user, set the value of the AD
> attributes and then checkin the user view.
I'm having a bit of trouble getting this to work in IDM v7. When I try to modify waveset.resources via a workflow sub-process or a form, the list is not properly updated (one item on the list will become null without reason, the list may be set completely to null, etc all based on specifically how I write the XPRESS). When I debug it via the NetBeans debugger, I don't understand why statements like filternull are not doing what they're supposed to do.
Any ideas? I can post code segments if that might help.