Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

MultiSelectOptionSet Type Field

(0) ShareShare
ReportReport
Posted on by 850

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

  • Verified answer
    naZir Profile Picture
    850 on at
    RE: MultiSelectOptionSet Type Field

    Its done...use this code to set value.Thank u

  • Verified answer
    naZir Profile Picture
    850 on at
    RE: MultiSelectOptionSet Type Field

    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;

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Adis Hodzic – Community Spotlight

We are honored to recognize Adis Hodzic as our May 2025 Community…

Kudos to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Microsoft Dynamics CRM (Archived)

#1
Mohamed Amine Mahmoudi Profile Picture

Mohamed Amine Mahmoudi 83 Super User 2025 Season 1

#2
Community Member Profile Picture

Community Member 52

#3
Victor Onyebuchi Profile Picture

Victor Onyebuchi 6

Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans