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