Approve new user

Hi,

I need to have configurator approver any new user that is being created in IDM. Inc ase the configurator does not approve in 24 hrs, it should be escalated to another administrator. To achieve the first step of configurator approving it, i tried the following:

<Action id='1' process='Configuration:Multi Approval'>

<Argument name='singleApprovalProcess' value='Approval'/>

<Argument name='approvers'>

<List>

<String>Configurator</String>

</List>

</Argument>

<Argument name='approvalForm' value='xxxx'/>

<Argument name='style' value='first'/>

<Argument name='approvalTemplate' value='Notify User'/>

</Action>

However this is not working. I am not sure what approvalForm i should be using as the process is create user and i'm using tabbed user form for that.

Can somebody point me in the right direction?

Thanks,

[1008 byte] By [sungirla] at [2007-11-27 10:06:42]
# 1
Hi,I used the approval form and it worked for me. The issue i have now is that, once the configurator approves the request the user account needs to be created in LDAP. I am not sure how to accomplish this.Please helpThanks,
sungirla at 2007-7-13 0:43:06 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
Got this working!!!
sungirla at 2007-7-13 0:43:06 > top of Java-index,Web & Directory Servers,Directory Servers...