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;
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,235 Most Valuable Professional
nmaenpaa 101,156