リードスコアと評価フィールドの構築
ビジネス要件に応じて、リード スコア フィールドとリード評価フィールドを構築します。ヒント: テスト レコードとデータを使用してソリューションの結果をテストします。
まずは、何もしないで検証ボタンをクリックします
We can't find the Lead_Score__c field on the Lead object with the expected field settings. Make sure it was created following the best practices as indicated in the scenario and that the field has both a description and help text.
期待されるフィールド設定を持つ Lead オブジェクトに Lead_Score__c フィールドが見つかりません。シナリオに示されているベスト プラクティスに従って作成されていること、およびフィールドに説明とヘルプ テキストの両方があることを確認してください。
数式項目を作ったけど
We can't find the Lead_Score__c field on the Lead object with the expected field settings. Make sure it was created following the best practices as indicated in the scenario and that the field has both a description and help text.
期待されるフィールド設定を持つ Lead オブジェクトに Lead_Score__c フィールドが見つかりません。シナリオに示されているベスト プラクティスに従って作成されていること、およびフィールドに説明とヘルプ テキストの両方があることを確認してください。
The new Lead Score field を両方に入れてみたけど、変わらんな
We can't find the Lead_Rating__c field on the Lead object with the expected field settings. Make sure it was created following the best practices as indicated in the scenario and that the field has both a description and help text.
和訳しても具体的な設定が分からん
New formula fields must contain both a description and help text to describe the data contained in the field.
同じエラーと思っていましたが項目名が変わっているなLead_Rating__c
あああ、2つの数式項目を作るのね...
こっちにもこれを入力
This field will use the star rating system to provide an even quicker way to qualify leads before converting to opportunities.
サービスチームの可視性と意思決定をサポート
サービス チームのデータ可視性とレポートのニーズをサポートするようにソリューションを構成します。ヒント: テスト レコードとデータを使用してソリューションの結果をテストします。
まずは、何もしないで検証ボタンをクリックします
We can't find the Opportunity_Value__c field on the Asset object with the expected field settings. Make sure you've followed best practices as indicated in the scenario and that the field has both a description and help text.
想定されるフィールド設定を持つ Asset オブジェクトに Opportunity_Value__c フィールドが見つかりません。シナリオに示されているベスト プラクティスに従っていること、およびフィールドに説明とヘルプ テキストの両方があることを確認してください。
Opportunity_Value__c を作った後
We can't find the Severity_Number__c field on the Case object with the expected field settings. Make sure you've followed best practices as indicated in the scenario and that the field has both a description and help text.
期待されるフィールド設定を持つ Case オブジェクトに Severity_Number__c フィールドが見つかりません。シナリオに示されているベスト プラクティスに従っていること、およびフィールドに説明とヘルプ テキストの両方があることを確認してください。
We inserted a Case with a Severity__c value but didn't find the expected value in the Severity_Number__c formula field.
Severity__c 値を持つケースを挿入しましたが、Severity_Number__c 数式フィールドに期待される値が見つかりませんでした。
これだと、そもそも入力してなかった場合に強制的にNULLに変えるのが気に入らない?
NULLだと合計値が出ない?
Case( Severity__c ,
"0",0,
"1",1,
"2",2,
"3",3,
"4",4,
"5",5,
0)
未入力はnullにして合計しないようにするということ?
ビジネスロジックによるレポートの強化
サービス チームのニーズを満たすために、既存の「昨年の月別ケース重大度」レポートを更新します。ヒント: テスト レコードとデータを使用してソリューションの結果をテストします。
We can't find the expected summarization of case severity in the 'Case Severity by Month Last Year' report.
「昨年の月別ケース重大度」レポートでは、ケース重大度の期待される要約が見つかりません
We can't find the 'Close Month' column with the expected settings in the 'Case Severity By Month Last Year' report. Make sure there's only one report in your org with the original title and it has a description.
「昨年の月別ケース重大度」レポートで、期待される設定の「クローズ月」列が見つかりません。組織内に元のタイトルのレポートが 1 つだけあり、そのレポートに説明があることを確認してください。
レポートの名前を変えたら...
We can't find the report 'Case Severity By Month Last Year'.
ということは 'Close Month' column の設定が気に入らんってことですよね。
nullも指定してみたけどエラーは変わらない。本当に1時間で終わるか?
Close Monthという行を消したけど同じエラーですね。腐ってますね。何をみているんだろうか...
We can't find the 'Close Month' column with the expected settings in the 'Case Severity By Month Last Year' report. Make sure there's only one report in your org with the original title and it has a description.
どこに数式の中の説明欄に何か入れろって書いてあるんだ。ムカつく
数式クイズ
数式とベストプラクティスに関する質問に答えます。
片手間でやってたけど8時間くらいかかってしまいました。
エラーの意味がさっぱり分かりませんでした。
行間が読めません。