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

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

How to set option set value by default.

(0) ShareShare
ReportReport
Posted on by 15

For example we have the employee filed as option set and in that we the values as
1)Contract
2)Temporary

so by default we need to fill the field as Contract so for this we have couple of ways by using
javascript we can write the code as follows :

function countrycode()
    {
        var country = Xrm.Page.data.entity.attributes.get("sample_countryname");
        country.setValue("727000000");// here the 727000000 will be the option set value while we creating the option set we will have this.

    }

*This post is locked for comments

I have the same question (0)
  • Verified answer
    Alex Fun Wei Jie Profile Picture
    33,628 on at

    Hi,

    you can set the optionset default value in field setting.

    6574.28.png

  • Narendra Dynamics Consultant Profile Picture
    15 on at

    yes

  • Verified answer
    gdas Profile Picture
    50,091 Moderator on at

    Hi Narendra ,

    Try with this  -

    function countrycode() {
        Xrm.Page.getAttribute("sample_countryname").setValue("727000000");  
    }


    In addition also you can set default value by going to field properties if you want.

  • Narendra Dynamics Consultant Profile Picture
    15 on at

    Thanks Gautham

  • Verified answer
    gdas Profile Picture
    50,091 Moderator on at

    Please close the thread if you got answer .

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
JS-09031509-0 Profile Picture

JS-09031509-0 3

#2
AS-17030037-0 Profile Picture

AS-17030037-0 2

#2
Mark Eckert Profile Picture

Mark Eckert 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans