Attribute Mapping with Advanced option allow mutiple attribute to select. What is meaning of that selection  ?

During attribute mapping When Advanced option selected it is being handle by rule extension. 
Now if you select left side attribute and at that time you can select multiple right side attribute. ( CTRL + SHIFT).

What is use of that ? 

September 1st, 2015 6:48am

This is a very important rule.  If you want to create displayName from firstName and LastName, for instance, you need to select FirstName and LastName from MV and displayName in AD.  Then in code you say something like

csentry["displayName"].Value = mventry["firstName"].Value +", " mventry["lastName"].value

displayName= Nosh, Mernacaj.

Free Windows Admin Tool Kit Click here and download it now
September 1st, 2015 9:03am

does it mean that if I don't select only one attribute right side than only that attribute is available in rule extension. I thought that as we have mventry object we can access any attribute.
September 2nd, 2015 5:50am

It means that only the selected attributes are available to be called in that code for that advanced flow rule.

On a side note: You have lost of questions in this forum and have not marked any of them as answered. it would be nice if you took the time to mark them answered, if they have indeed answered your questions.

Free Windows Admin Tool Kit Click here and download it now
September 2nd, 2015 9:15am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics