web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Suggested Answer

How to get option set text using value in c# plugin dynamic 365

(0) ShareShare
ReportReport
Posted on by 35

Hi,

I have a optionset value - 867400005


Now I want optionset lable or text of the option whose value is  867400005

Please help me to achive this

Thanks,

I have the same question (0)
  • Suggested answer
    - Matt Bayes - Profile Picture
    890 on at

    Hi Praajna,

    There are some out-of-box messages that can be used in C# to retrieve the text of the option set.

    Generally, you can use the RetrieveOptionSetRequest message to get the option set and its metadata, then from there filter out the options to the one with the desired value.
    The option set metadata should contain a label for that specific option which you can then use.

    Here's a blog outlining how to get the text of the option set:
    https://thabisomotloung.wordpress.com/2015/04/16/get-optionset-text-using-c/

    Another option, depending on your requirement, is if you leverage Early Bound Classes in your C# plugin, you can convert the associated enum based on the value to text, although this option removes all formatting from the text, for example:  string statusReasonText = ((Contact_StatusCode)867400005).toString()

    This would display, for example, the option "Needs Investigation" as "NeedsInvestigation" - the full name without the spaces/whitespace.

    Hope this helps and gives you some direction!

    Thanks!

    Matt Bayes

  • Suggested answer
    Bipin D365 Profile Picture
    28,985 Moderator on at

    Hi,

    You need to use formatted value to get the text from optionset field

    nishantrana.me/.../

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
Nagaraju_Matta Profile Picture

Nagaraju_Matta 123

#2
Hamza H Profile Picture

Hamza H 96 Super User 2026 Season 1

#3
Abhilash Warrier Profile Picture

Abhilash Warrier 66 Super User 2026 Season 1

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans