표준 필드의 문자 제한은 변경할 수 없지만 확인 규칙을 통해 제한을 억제하는 방법이 있습니다.
Salesforce Classic에서 위의 예시를 해결하는 방법:
1) Setup(설정) | Build(빌드) | Customize(사용자 정의) | Accounts(계정) | Validation Rules(확인 규칙)를 클릭합니다.
a) New(새로 만들기)를 클릭하고 Rule Name(규칙 이름)과 Description(상세 설명)을 입력합니다.
b) 조건 수식을 입력합니다: LEN(Name) > 80
c) 오류 메시지 - Account name should not exceed 80 characters(계정 이름은 80자를 초과할 수 없음)를 입력합니다.
e) Save(저장)를 클릭합니다.
Lightning Experience:
2) Setup(설정) | Object Manager(개체 관리자) | Accounts(계정) | Validation Rules(확인 규칙)를 클릭합니다.
a) New(새로 만들기)를 클릭하고 Rule Name(규칙 이름)과 Description(상세 설명)을 입력합니다.
b) 조건 수식을 입력합니다: LEN(Name) > 80
c) 오류 메시지 - Account name should not exceed 80 characters(계정 이름은 80자를 초과할 수 없음)를 입력합니다.
e) Save(저장)를 클릭합니다.
참고: 다른 Standard field(표준 필드) 문자 제한은 동일한 Validation Rule(확인 규칙)을 사용해 억제할 수 있으며, 억제할 문자 제한과 필드 이름에 따라 수식만 달라질 뿐입니다. 예컨대 다른 필드에 대해 다음과 같은 수식을 사용할 수 있습니다.
LEN(FieldName) > 제한할 문자의 개수.
참고 항목:
Custom Object(사용자 정의 개체) 이름 필드에 대한 IdeaExchange 링크입니다.
이름 필드 길이를 80에서 255로 늘리기
참고 항목:
시스템 'Name(이름)' 필드의 최대 길이
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.