LoginSignup
0
0

More than 1 year has passed since last update.

Trailheadでなかなか解決できないエラー

Last updated at Posted at 2020-07-16

まとめページに戻る

参照して頂くのは結構ですが、そのまま内容を丸ごとコピーするような行為は控えて欲しいです。一応時間を掛けて作っているので、その点はご考慮願いたいです。

権限セット Customer Experience Analytics Adminがない

Missing Customer Lifecycle Analytics in trailhead sandboxes

何か怪しいんですよね。このCustomer Experience...
多分ブランド名が変わったんせいではないかと推測中。
解決策がありました。
良くわからんけど、ビンゴ。

image.png

The field 'Loan_Amount__c' either does not exists on the Contact object or it is not of type currency.

"Loan_ Amount" field on the Contract object. As per challenge instructions, you need to create the "Loan Amount" field on the Contact object.

Please create the Loan Amount field on the Contact object and check your challenge.
どうも作ったAPI名が違うみたいですね。

Trailhead Challenge Web Chat Basics - Can't set myself to 'available'

chromeでは拡張機能が必要みたいです。Safariでは問題なく動くとのこと。

Trailhead Challenge Web Chat Basics - Can't set myself to 'available'

外部サービス > フローでの外部サービスの使用 でのエラー

不具合があって対応中みたいです。(2021/01/22現在)

新しいTrailhead Playgroundが作成できないという件

時々、Answersに質問で挙がっています。
良くわからんけど、最近の回答としては

最善のオプションは、数分後に再試行するか、シークレットウィンドウを1回試してみることです。
それでも問題が解決しない場合は、トレイルヘッドヘルプの使用をサポートするためにケースを提起する必要があります。
https://trailblazers.salesforce.com/answers?id=9064S000000DHqp

Lightning アプリケーションビルダーで使用するコンポーネントの作成

厳しすぎる。ロジックと関係ない。

//future code hereがないのでダメらしい。

The controller.js markup for the 'IndicatorBadges' component isn't correct.

The helper.js markup for the 'IndicatorBadges' component isn't correct.

Salesforce への .NET スキルの適用にあるTransform SQL Queries to SOQL Queries in a Lightning App

不思議なプロジェクトです。
よくわからないエラーになります。

まずは、1単元目:Set Up Your Trailhead Playground
単にパッケージをインストールをして終わるはずですが、
エラーになります。

Couldn’t find Custom Setting named 'Voice Code'. Please double check the instructions.
はぁ?本文見てもカスタム設定とかないしなぁ。
仕方ない。Voice Codeを登録。

次のエラーは
Couldn’t find Custom Setting field named 'Code'. Please double check the instructions.

はい、はい、項目ないよね。

しかしCodeという項目を作ってもエラーは解消されませんね。(テキストで作ったけど、違う?)

4単元目:Get Books with Missing Author Data
コンポーネントエラーになります。

image.png

classにはちゃんとgetBooksWithoutAuthorsはあるんだけど。
仕方ないのでgetBooksWithoutAuthors2として実行するとエラーは解消です。

しかし、ステップを確認すると
getBooksWithoutAuthorsがないというエラーになります。

このカスタム設定があった。
https://www.forcetalks.com/blog/salesforce-record-manipulation-using-amazon-alexa/
この設定をしましたが、やっぱりエラーですね。

以下のサイトも参考になりました。

カスタム設定の【設定種別:リスト】が選べなくなった時について【Salesforce】
http://kagoshima.n-sysdes.co.jp/kagolog/18-mar-1

残念ですが完了できない。
image.png

Make sure the 'SimilarProperties' component has been added to the Property Record page

Aura コンポーネントを使用した柔軟なアプリケーションの構築 >Lightning 基本コンポーネントの使用
Build Flexible Apps with Aura Components >Use Base Lightning Components

とその後の
Aura コンポーネントを使用した柔軟なアプリケーションの構築 >lightning:recordForm を使用したレコードデータの表示
Build Flexible Apps with Aura Components >View Record Data with lightning:recordForm

のところで起こりました。

Lightning Record Pagesが2つあることが原因です。
画面からの編集では1つのページしかコンポーネントを追加できてない。
よって、2つとも追加すればこのエラーは解消します。

余計なエラーを防ぐために英語モードで実施しています。
Lightning_Record_Pages.png

Stuck on Build Flexible Apps with Lightning Components proyect

Error: The 'Days_Remaining__c' formula field did not return the correct number of days between the contract end date and today.

Hey All I have completed admin trailhead till intermediate now I want to start coding for sales force developer. please advice basic language I should know before starting the apex coding.

結論:数式項目の型を日付にしないといけなかったようです。

error message My Top Volunteer Organizations' report is using the incorrect custom report type.

よく回答として挙げられているのは以下の回答

The 'My Top Volunteer Organizations' component is using the incorrect source report.

しかし、今回は違った
I had to create the User record type and it fixed my problem. There were 3 choices for the Shift Worker record, I had picked the incorrect one.

何か、レコードタイプを作り忘れていたらしい。
エラーメッセージが一緒で分かりにくい。

'My Top Volunteer Organizations' report is using the incorrect custom report type.

参考

image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0