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
Thank you, this worked.
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
Mohamed Amine Mahmoudi
83
Super User 2025 Season 1
Community Member
54
Victor Onyebuchi
6