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

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :















 





 





    
     
    
    
     











 

(0) ShareShare
ReportReport
Posted on by
  • Suggested answer
     Profile Picture
    on at
    RE: How to get option set text using value in c# plugin dynamic 365

    Hi,

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

    nishantrana.me/.../

  • Suggested answer
     Profile Picture
    on at
    RE: How to get option set text using value in c# plugin dynamic 365

    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

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

Leaderboard > test 12 sep

Featured topics

Product updates

Dynamics 365 release plans