Attribute multivalued with IIF
Hi, I am used this in Synchronization rules Outbound:
IIF(CustomExpression(IsPresent(mail)),proxyaddressesCollection,Null()) =>
proxyaddress
In the Full Sync Preview, Export Attribute Flow -> Outbound Synchronization Rules -> <Sync Rule Name> window that shows the attribute flows, the row for proxyAddress shows the following:
Status : Error
Data Source Attribute: (blank)
Mapping Type: sync-rule-mapping - expression
Metaverse Attribute: proxyAddressesCollection
Initial Value: (blank)
Final Value: (Unchanged) ... this is for an update to an existing group
Work The function IIF with multivalued attribute?
Thank you. I am sorry my English.Jess M Alvarez
April 27th, 2012 4:35pm
Hi-
You've got an extra in there - you want IIF(IsPresent(mail), proxyAddressesCollection, Null()). Note the lack of CustomExpression().
My Book - Active Directory, 4th Edition
My Blog - www.briandesmond.com
Free Windows Admin Tool Kit Click here and download it now
April 28th, 2012 10:10pm
Sorry, I have copied and pasted wrongly:
I am used this in Synchronization rules Outbound:
IIF(CustomExpression(IsPresent(mail)),proxyaddressesCollection,CustomExpression(Null())) =>
proxyaddress
In the Full Sync Preview:
The same flow with a single value
is functioning properly. Failure to values
multivalued.
Thank you.
Jess M Alvarez
April 29th, 2012 5:22am
This flow also work:
CustomExpression(IIF(IsPresent(CloudMS),proxyAddressCollection,Null()))
Thank you.
Jess M AlvarezJess M Alvarez
Free Windows Admin Tool Kit Click here and download it now
May 2nd, 2012 4:33am
This flow also work:
CustomExpression(IIF(IsPresent(CloudMS),proxyAddressCollection,Null()))
Thank you.
Jess M Alvarez
Jess M Alvarez
Correct. There shouldn't be any CustomExpression() statenments embedded inline.My Book - Active Directory, 4th Edition
My Blog - www.briandesmond.com
May 2nd, 2012 1:33pm
Sorry. I get error with attribute multivalued.
ThankJess M Alvarez
Free Windows Admin Tool Kit Click here and download it now
May 3rd, 2012 6:13am


