How to create an ad account in the right target organizational unit based on attributes of the user identity record in OIM

I would like to create an AD account in an organizational unit depending on the values given in the attributes given in the user file in OIM, that is if we have an A and B in the customattribute1 and 2 we create the account in the 'OR' A and if we have for example another case where we have a value B and A in the customattribute1 and 2 we create the account in the organizational unit B; In my case, I can't use the department nor the cost center nor the business role so i can't use the function itmappingdata  on the manager

Parents
  • Hi,

    I think there are several ways to address this scenario. 

    I'd suggest checking the template for the UID_ADSContainer (OrganizationalUnit) column in the ADSAccount table. There you'll find how it behaves depending on the itmappingdata you've defined in Manager. The template in Value calculation is a vb script , so you can modify it to fill in the appropriate UID_ADSContainer depending on your needs,  let's say, values in the $FK(UID_Person).CustomAttribute1$ column.

    HtH! 

Reply
  • Hi,

    I think there are several ways to address this scenario. 

    I'd suggest checking the template for the UID_ADSContainer (OrganizationalUnit) column in the ADSAccount table. There you'll find how it behaves depending on the itmappingdata you've defined in Manager. The template in Value calculation is a vb script , so you can modify it to fill in the appropriate UID_ADSContainer depending on your needs,  let's say, values in the $FK(UID_Person).CustomAttribute1$ column.

    HtH! 

Children
No Data