Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

Disabling credit limit on Contact entity JavaScript fail

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hello,

I am new to the Dynamics CRM field and am trying to work with JS on Dynamics CRM. I am trying to add a simple event where am trying to disable the credit limit on contact entity.  My code is the following which is called on the OnLoad event.

function DisableCreditLimit ()

{

Xrm.Page.getControl(“Creditlimit”).setDisabled(true);

}

However, am getting an error "DisableCreditLimit is not defined at eval(eval at RunHandlerInternal)".

How do I solve this issue?

Working on Online 2015 Update 1 version.

*This post is locked for comments

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: Disabling credit limit on Contact entity JavaScript fail

    Hello Gopalan,

    Thank you so much, it worked!

  • Verified answer
    Gopalan Bhuvanesh Profile Picture
    Gopalan Bhuvanesh 11,401 on at
    RE: Disabling credit limit on Contact entity JavaScript fail

    use creditlimit instead of Creditlimit

    is an invalid character instead use "

    function DisableCreditLimit() {
        Xrm.Page.getControl("creditlimit").setDisabled(true);
    }

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 Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Tip: Become a User Group leader!

Join the ranks of valued community UG leaders

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,494 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,305 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans