What is difference between Source Mapping and target Mapping, when use Target Mapping

Change

String lastName = getAttributeRequestValue(account,"lastname");

to

String lastName = getAttributeRequestValue(accountRequest,"lastname");

and the same 9 lines lower for firstname

(Small mistake as the Account Request is stored as accountRequest and not as account :wink: )

– Remold

2 Likes

Thank you community

I could finally test the whole process.

So to get the target mapping works its necessary the provisioning rule (because you are provisioning to the target mapping)

so i do two tests to see the difference:

  1. After add the provisioning rule → add lastName target Mapping time tracking lastName
    go to updte the identity lastname, i can see the changing in iiq and also in time trakcing user lastname

  2. I remove the target mapping proceed to change the lasname, I see the changing only iiq but no in time tracking

thanks a lot for your help :slight_smile:

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.