Skip to Content
0
Former Member
Apr 24, 2014 at 07:51 PM

user provisioning to targets

40 Views

Hello Experts,

I have a certain requirement to be completed for creating a user from HR system (non sap) to target system. I am using IDM 7.2.

I have a job which transfers users from HR to IDM. I have enabled delta for the same as well. So now any changes on hr are being read into idm.

Now for a new user entry in HR, I have to run a script in idm to get a unique id which will serve as 'logon id' for my target system. Like below:

Sap id = $Function.script1(%firstname%!!%lastname%)$$

So the flow will be like below:

1. User created on hr

2. Event agent detects the user and creates the same user on idm

3. As per the privileges being passed, the user will be created to target(s)

So, the above script for unique user id has to be run in step 3 where the user is being assigned the privileges.

How can this be accomplished for just new users?

Thanks so much,

Naveen