일부 조직은 사용자가 일단 기회를 닫으면 '수주된' 것인지 '실주된' 것인지에 관계없이 기회를 수정하는 것을 원하지 않습니다.
다음은 사용자가 Closed(실주) 또는 Closed Won Opportunity(마감된 수주 기회) 레코드를 편집하지 못하도록 하는 두 가지 방법입니다.
아래 예제에서는 수식 구문에 예제 프로필 ID를 사용합니다. 아래에서 사용되는 ID는 조직에 따라 다릅니다.
Salesforce Classic의 경우: [설정] | [사용자 정의] | [기회] | [확인 규칙]
Lightning Experience의 경우: 기어 아이콘 | [설정] | [개체 관리자] | [기회] | [확인 규칙]
CLOSED
다음 확인 규칙은 사용자가 지정된 프로필 ID(예: 시스템 관리자 "00et0000000q111" 또는 판매 VP "00et0000000q222")에 해당하는 경우에만 마감된 기회를 편집할 수 있도록 허용합니다.
검증 규칙 구문:
AND(
PRIORVALUE( IsClosed ) = True,
NOT(OR(
$Profile.Id = "00et0000000q111",
$Profile.Id = "00et0000000q222"))
)
CLOSED WON
다음 확인 규칙은 사용자가 아래의 단일 프로필 ID(예: 시스템 관리자 또는 "00et0000000q111")에 할당된 경우에만 마감되거나 성사된 기회를 편집할 수 있습니다.
AND(
ISPICKVAL(PRIORVALUE(StageName),"Closed Won"),
NOT($Profile.Id = "00et0000000q111")
)
참고:
000385070

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.