Hi All,
I want to set MultiSelectOptionSet field value using plug in.
Can you please help me with that
*This post is locked for comments
Hi All,
I want to set MultiSelectOptionSet field value using plug in.
Can you please help me with that
*This post is locked for comments
Its done...use this code to set value.Thank u
IList<OptionSetValue> ilist = new List<OptionSetValue>();
ilist.Add(new OptionSetValue(100000000));
ilist.Add(new OptionSetValue(100000001));
OptionSetValueCollection optionSetCollection = new OptionSetValueCollection(ilist);
testEntity.Attributes["new_multiselectfield"] = optionSetCollection;
Mohamed Amine Mahmoudi
83
Super User 2025 Season 1
Community Member
52
Victor Onyebuchi
6