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

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

How to set a field that only allows only a certain number of characters

(0) ShareShare
ReportReport
Posted on by

Hii, I have an entity country that has an area code integer field that only allows only 5 characters (ex 00961)

how can I do it ?

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Nithya Gopinath Profile Picture
    17,078 on at
    RE: How to set a field that only allows only a certain number of characters

    Hi Faith,

    You can set the value using the Javascript.

    Xrm.Page.getAttribute("areacode").setValue(00961);

    Hope this helps.

  • Community Member Profile Picture
    on at
    RE: How to set a field that only allows only a certain number of characters

    Hi Nithya,

    Thank you for helping ..

    I need the user to set the value but no more than 5 characters to put his area code..

    Thank youu

  • Verified answer
    Nithya Gopinath Profile Picture
    17,078 on at
    RE: How to set a field that only allows only a certain number of characters

    Hi,

    You could validate the area code using the code below using regular expression.

    var areaCode = Xrm.Page.getAttribute("areacode").getValue();
    var regularExpression = /[0-9]{0,5}/;
    if (!areaCode.match(regularExpression )) {
            {
                Xrm.Page.getAttribute("areacode").setValue();
                alert("Maximum of 5 characters is required");
            } 
    }

    Hope this helps.

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…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
HR-09070029-0 Profile Picture

HR-09070029-0 2

#2
ED-30091530-0 Profile Picture

ED-30091530-0 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans