I need to create a field called, "Year." I need this field to be 4 digits and no comma. How can I do this?
*This post is locked for comments
I need to create a field called, "Year." I need this field to be 4 digits and no comma. How can I do this?
*This post is locked for comments
You can also instead create whole number field if you only want numeric input and use Min and Max value settings already on whole number type fields. This way you won't need any customization. And comma values are allowed/shown on UI if user enters but not saved in backend value.
Thanks
Thank you. I just made a plain text field and maxed it out at 4 characters, so that will work.
You can create this as a plain text field and add some validation (JavaScript client side or a CRM Plug-in) and check that it contains only numbers.
Regards,
Radu
André Arnaud de Cal...
292,516
Super User 2025 Season 1
Martin Dráb
231,430
Most Valuable Professional
nmaenpaa
101,156