In Salesforce, standard fields have fixed character limits that cannot be changed directly. For example, the Account Name field on the Account object allows up to 255 characters by default. If you need to restrict this to a lower limit — such as 80 characters — you can use a Validation Rule as a workaround. This approach applies to any standard field.
The character limit on Salesforce standard fields cannot be changed directly. However, you can use a Validation Rule to enforce a lower character limit. The example below restricts Account Name to 80 characters, but the same approach applies to any standard field — only the field name and character count in the formula will differ.
LEN(Name) > 80`
Enter the Error Message: Account name should not exceed 80 characters.
Click Save.
Lightning Experience
Note: To apply this workaround to any other standard field, use the same Validation Rule approach with the following formula pattern — replacing the field name and character count as needed:
LEN(FieldName) > number_of_characters_to_restrict
For example, to restrict the Description field to 500 characters: `LEN(Description) > 500`
000388274

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.