Hi All!
I am starting with a SQL database that contains SecondarySchoolIDs. It contains a value that is coma separated list of multiple 3 digit numbers. (102,103,104)
In Active Directory I have a multi-valued custom attribute called SchoolCodes. it currently, and correctly, has each SchoolCode as single values in the attribute.
In my MIM metaverse I have an Attribute called SecondarySchoolIDs that is Multi-valued (and I've tried both Indexed and Non-Indexed)
In my Management Agent I cannot get the SecondarySchoolIDs attribute to allow Multi-valued. "Attribute is multi-valued" checkbox is greyed out.
When I look at my pending export, I see that the SchoolCodes attribute is getting modified by removing all of the single values and putting in 1 coma separated string.
What do I need to do to get the "Attribute is multi-valued" checkbox in my...