組織によっては、成立か不成立かにかかわらず、完了済みの商談をユーザーが修正できないようにすることを求める場合があります。
ユーザーが完了または成立した商談のレコードを編集できないようにするには、次の 2 つの方法があります。次の例では、数式構文にサンプルのプロファイル ID を使用しています。使用する ID は、組織によって異なります。
Salesforce Classic は、[設定] | [カスタマイズ] | [商談] | [入力規則] の順に移動します。
Lightning Experience は、ギアアイコンの [設定] から [オブジェクトマネージャ] | [商談] | [入力規則] の順にクリックします。
完了済み
次の入力規則を使用すると、リストアップされたプロファイル ID に割り当てられているユーザーにのみ完了済みの商談の編集権限を付与できます (たとえばシステム管理者 "00et0000000q111" や 営業担当 VP "00et0000000q222" など)。
入力規則の構文:
AND(
PRIORVALUE( IsClosed ) = True,
NOT(OR(
$Profile.Id = "00et0000000q111",
$Profile.Id = "00et0000000q222"))
)
成立
次の入力規則を使用すると、下記の 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.