Move to a different OU when there is a change in the ‘jobTitle’ data

Hi,

Currently, I am using SailPoint IIQ 8.5 integrated with OrangeHRM and Active Directory. At this point, I have successfully completed the “Joiner” process, and now I want to implement the “Mover” process. When there is a change in the job title, the user should be moved to a different OU. How do I do this?

Thanks.


Please perform the following steps to configure the Mover process:

  1. Create a Lifecycle Event with the details shown in the screenshot below.

  1. Choose the Type as Attribute Change
  2. Choose the attribute on which you want a change for moving the OU.
  3. Write a Workflow to implement the logic.
  4. Attach the workflow that will move the OU of the user.

Thanks

Manish

Hi @benutop55 I was about to write what exactly @msingh900 wrote thanks for him and it’s 100% correct, however take care if you want your Mover WF to do further removal for the accesses (entitlements and/or roles) then you need to do the OU movement in a separate after the removal for the these accesses, or you can programmatically aggregate the account after the movement if you want to do both (removal and movement) in the same step.

Have a nice and great one!

Hi @msingh900 @Muhammad_Mustafa
thanks for the response.

Does that mean you can’t use the “Rapid Setup Configuration” menu and then select “Mover”?
Because I configured the “Joiner” process using that menu.

Thank you.

Actually you can use it, no problem with that at all, you can just modify the business process or even the post mover rule there…

Hi @benutop55

You can use it, there is no problem in that. But it does not provide the level of flexibility that you are looking to configure.

Thanks