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 :
Microsoft Dynamics CRM (Archived)

Option Set Schema Name

(0) ShareShare
ReportReport
Posted on by 7,042

Hi Guys,

I'm having 10 options set in a form. I want to retrieve the options set schema name by javascript.

Is it possible? if it so, please tell me how to do it.

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Jitendra Sahu Profile Picture
    2 on at

    Hi Sravanakumar,

    Hope below lines will help you.

    Xrm.Page.data.entity.attributes.forEach(function (attribute, index) {

                   var control = attribute.controls.get(0);

                   // Cheking if Control is an optionset and it is not hidden

                   if(control.getControlType() == "optionset" && control.getVisible() == true) {

                       var schemaName= control.getLabel();

                   }

       });

    Please mark this as answered if it solved your problem.

  • Royal King Profile Picture
    27,686 on at

    Yes it possible to retrieve schema name of the attributes.

    Refer below example from microsoft that how to retrieve metadata of entity

    msdn.microsoft.com/.../gg594428.aspx

  • Verified answer
    Sayhaitokumar Profile Picture
    7,042 on at

    Hi Jitendra Sahu,

    Thanks for the code, But this code gives the result only when the no option are selected in  it. When i select options from the optionset and then i run the code, it gave me the selected options.

    But i got a hint from your post.

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
SA-08121319-0 Profile Picture

SA-08121319-0 4

#1
Calum MacFarlane Profile Picture

Calum MacFarlane 4

#3
Alex Fun Wei Jie Profile Picture

Alex Fun Wei Jie 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans