商品モジュールを購入している組織では、商談で商品を必須にできます。
商談で商品を必須にするには、システム管理者としてログインし、下記の手順に従ってください。
Salesforce Classic の場合: [設定] | [カスタマイズ] | [商談] | [商談の設定]
Lightning Experience の場合: [設定] | [機能設定] | [セールス] | [商談] | [商談の設定]
特定の状況では、この設定がユーザの行動によって上書きされる場合があり、結果として関連商品のない商談が生成される場合があります。これは次のいずれかの状況で発生する可能性があります。
Salesforce Classic の場合: [設定] | [カスタマイズ] | [商談] | [入力規則]
Lightning Experience の場合: [設定] | [オブジェクトマネージャ] | [商談] | [入力規則]
複数のフェーズに使用する数式の例:
AND(
OR(
ISPICKVAL(StageName,"Needs Analysis"),
ISPICKVAL(StageName,"Qualified"),
ISPICKVAL(StageName,"Proposal Submitted")),
HasOpportunityLineItem = FALSE
)
特定のフェーズに達した場合のみ使用する数式の例:
AND(
ISPICKVAL(StageName,"Needs Analysis"),
HasOpportunityLineItem = FALSE
)
注意: この入力規則は、商談に価格表が追加されている場合のみ機能します。
000384448

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.