正解:C,D
Updating a custom field using automation and creating a report and dashboard are the two steps required to create a solution for showing the percentage of opportunities in a certain stage that were eventually closed won. A custom field is a field that can be added to an object to store additional information that is not available in the standard fields. Automation is a way of executing actions or tasks based on certain criteria or triggers, such as workflows, process builder, flows, etc. A report is a tool that displays data from one or more objects in a tabular or graphical format. A dashboard is a tool that displays data from one or more reports in a visual way, such as charts, gauges, tables, etc.
By creating a custom field on the Opportunity object that stores the stage value when the Opportunity is closed won or closed lost, and updating this field using automation whenever the stage changes, sales managers can track the original stage of each closed Opportunity. By creating a report and dashboard that show the percentage of closed won Opportunities by their original stage, sales managers can see how effective each stage is in leading to successful deals.
最新のコメント (最新のコメントはトップにあります。)
A. フィードトラッキングを有効にします。
フィードトラッキングは、特定のオブジェクトや設定に対する変更を追跡するために使用されます。しかし、この問題においては最終的に閉鎖された機会の割合に関する情報を集約するのに必要なステップではありません。したがって、この選択肢は適切ではありません。
B. ロールアップ集計式を作成します。
ロールアップ集計式は、親オブジェクトから子オブジェクトのレコードを集約するために使用されます。機会の最終的な成果を把握するためには、各段階における機会からのデータを集約する必要があります。よって、この選択肢は正解です。
C. 自動化を使用してカスタムフィールドを更新します。
自動化を使って特定のフィールドを更新することは役立つことがありますが、特にこの問題文においては、最終的な機会の割合を把握するためには直接的ではありません。したがって、この選択肢は不適切です。
D. レポートとダッシュボードを作成します。
レポートとダッシュボードは、データを視覚化し分析するための非常に強力なツールです。特定の段階で閉鎖された機会の割合を見るためには、レポートを作成し、そのデータをダッシュボードに表示させることが効果的です。そのため、この選択肢も正解です。
B、Dだと思う