Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

How to set a default value for a field but still allow the value to be changed

(0) ShareShare
ReportReport
Posted on by 26

I am wondering how I would go about creating a script that would show a default value in a field, but also allow the user to change that value if need be.

Thank you.

*This post is locked for comments

  • USA80 Profile Picture
    26 on at
    RE: How to set a default value for a field but still allow the value to be changed

    Thank you, this worked.

  • Verified answer
    Community Member Profile Picture
    on at
    RE: How to set a default value for a field but still allow the value to be changed

    Hi USA80,

    please use the following code:

    function OnLoad()
    {
        var defaultvalue = "My default value";
        var attrvalue = Xrm.Page.getAttribute("new_myattribute").getValue();
        if (attrvalue == null)
            Xrm.Page.getAttribute("new_myattribute").setValue(defaultvalue);
    }

    Let me know if you solve.

    If you found the answer helpful, please mark as Verified 

    Join my network on LinkedIn      Follow me on Twitter 

    Thank You & Best Regards

    Francesco Picchi

    Microsoft Dynamics CRM Consultant, Bologna, ITALY

    Independent Contractor

    http://www.francescopicchi.com

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

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

🌸 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…

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 54

#3
Victor Onyebuchi Profile Picture

Victor Onyebuchi 6

Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans