cancel
Showing results for 
Search instead for 
Did you mean: 

IAS/IPS: conditional provisioning business vs. personal email of user

andreas_linhart
Explorer
0 Kudos

Hi all,

I am seeking help for adapting the transformation template script in IPS for the SuccessFactors source system for mapping the IAS user email either from EC user field "email" (Business Email) in case of white-collar or from "custom02" (Personal Email) in case of blue-collar workers (Email types B & P from contact information section are already mapped accordingly for HRIS sync).

I am not good at coding but in pseudo code I was thinking about something like this:

IF user.custom02 (personal email) = NULL
          THEN email = user.email (business email)
               (here condition for unique IAS user email generation)
               IF user.email = NULL || dummy-value
                      THEN email = ECUserID@dummy.sap
ELSE email = user.custom02

I am not sure if it would work like this... Did anyone face this requirement before or could help with putting this into proper code for the IPS Transformation Template?

I am using IAS SCIM API v2 btw.

Regards,

Andreas

Accepted Solutions (0)

Answers (0)