Quantcast
Channel: Forum Microsoft Identity Manager
Viewing all articles
Browse latest Browse all 4767

Import several CSEntry to one MultiValued attribute in Metaverse

$
0
0

Hi,

I need help to do a sync from a MA to a MV.

I explain the actual situation :
- I have one MA import from an active directory with user objets and contract objects (all are in the same ActiveDirectory).
-- I do projection with the user object to the MV
-- I do join with contract object to the user in the MV based on a rule extension that found the principal contract only

Now I want to have all contracts of a user in a mutlivalue attribute in the metaverse, How I can do that ?

Example :
AD user objects
Name - ID
User1 - 10001
User2 - 10002

AD contract objects
ID - Fonction - UserID
499990 - Manager - 10001
499991 - Sale assistant - 10002
499992 - IT assistant - 10002

The result must be in the MV
Name - ID - Fonction
User1 - 10001 - Manager
User2 - 10002 - Sale assistant, IT assistant

The attribute fonction must be multivalue

Somebody can give me way to do that ?

regards


Viewing all articles
Browse latest Browse all 4767

Trending Articles