まとめページに戻る
Trailhead関係 年月で整理に戻る
参照して頂くのは結構ですが、そのまま内容を丸ごとコピーするような行為は控えて欲しいです。一応時間を掛けて作っているので、その点はご考慮願いたいです。
なるべく、回答の中身も転記しておきます。結構な割合で質問者さんが黒歴史を消したいのか質問自体を削除しますので... 最良の答えとしてもらっても即消されることは大変多いです。回答しても20%くらいは即質問を消している感じです。以前より確実に増えています。
- Einstein Setupと Einstein Salesの有効化が必要
- Agentforce Builderのインターフェース
- Build an Agent Using Agentforce DX
- 使っている環境が違っている
- 2026年 4月~5月 気になったモジュールなど
- Agentforce関係のモジュール:Whoops, looks like there was a problem
We can’t find the 'Trailhead_Data_Manager' app. Make sure your new CRM Analytics-enabled Developer Edition org is selected in the picklist next to the Launch button
Agents are not available. Try again later
I had opened a case with Trailhead to report the issue and they told me to try verifying the challenge even without having created the case (I had just assumed I would not be able to complete the challenge without doing so). That's all.
We can't find the Pre-Arrival Guest Welcome action. Make sure it has been created and has an API Name of 'Pre-Arrival Guest Welcome'.
the approach proposed by Cecilia Young worked. The Trailhead module should be updated to reflect the additional step of adding the action via the asset library. Thank you.
https://trailhead.salesforce.com/trailblazer-community/feed/0D5KX00000bGKoY0AW
https://trailhead.salesforce.com/trailblazer-community/feed/0D5KX00000bH6Zf0AK
Message: {"permissionErrors":[{"objectName":"Choice","fieldsNames":[All the field name]}],"errorCode":"SFDC_PERMISSION_ERROR"}]
We ran into this issue. We needed to add permissions for the Data spaces and FLS to the Data Cloud Salesforce Connector permission set. Then we were able to deploy.
Remove the Notes & Attachments related list from the Contact Layout page layout and replace it with the Files related list
this is likely due to the related list not being on the page layout. Try adding the Files related list by going to Setup > Object Manager > Contact > Page Layouts > select the appropriate layout > drag and drop the Files related list onto the layout > Save. Once this is done you should be able to select Files from the Related List - Single component.
https://trailhead.salesforce.com/trailblazer-community/feed/0D54V00007X8kYOSAZ
We can't find a Get Records element called Get This Contact's Orders in the Refund Request flow, or it isn't configured as specified. Make sure the filter condition is setting the CustomerAuthorizedById, not CompanyAuthorizedById.
Hi, for the challenge to be completed the config for the get records has to be as per the instruction. Looking at the screenshot I can see two issues, first is that the get records should only return 5 recently created records and second is that - only get Id, CreatedDate, Name, and OrderNumber fields instead of all fields. I think fixing this will solve your problem.
https://trailhead.salesforce.com/trailblazer-community/feed/0D5KX00000bHCq4
Revenue Cloud Price Action Parameters - Help Articles not accessible
I think I’ve figured out how to access the article. Please follow the steps below to view the help article.
Step 1:- Right click and copy the link url of "Get Ready to Create Pricing Actions".
Step 2:- Replace the "Chunk288***" in the URL with the text from the end of URL(please see the image below)
Step 3: Final URL "
https://help.salesforce.com/s/articleView?id=ind.pricing_standard_pricing_actions.htm&language=en_US&type=5#
We can't find the username and password setup in the BillingServiceCredential external credential to make a successful callout to the endpoint.
setup credentials then it will work successfully
https://trailhead.salesforce.com/trailblazer-community/feed/0D5KX00000Madje0AB
We can’t find an active Autolaunched flow named 'Cancel Contact's Booking'. Make sure its API Name is 'Cancel_Contact_s_Booking'.
I was facing the same issue : I found a workaround rewriting the flow label & API Name by myself instead of copying it from the trailhead exercise. I guess there must be a hidden character when you copy directly from trailhead.
https://trailhead.salesforce.com/trailblazer-community/feed/0D5KX00000bGRTa0AO
We can’t find the relevant fields in the ‘Work Order’ related template.
Data Exploration with Data 360 SQL Queries
SELECT
individual.ssot__FirstName__c
FROM
ssot__individual__dlm individual
INNER JOIN
ssot__Account__dlm account
ON
individual.ssot__PrimaryAccountId__c = account.ssot__Id__c
WHERE
account.ssot__AnnualRevenueAmount__c > 500000000
Make sure the sharing set is set up with the correct access mapping for the case object.
他にも、以下のようなことが回答されているので参考にしてみてください。
作業を進めるにあたり、カスタマーコミュニティユーザーのSalesforce組織に、そのユーザーの名前でケースが関連付けられていることをご確認ください。ケースオーナーとしてJack Rogersさんを指名してケースを作成すれば、問題は解決します。
https://trailhead.salesforce.com/trailblazer-community/feed/0D54V000074qjY0SAI
In the Data Lake Object 'Lead', We can't find the text field mapping for 'Is US Based'
以前はこのエラーメッセージ
We can't find the text field mapping for 'Is US Based’ in the Data Lake Object 'Lead’
他にもいくつかの方法が回答されています
私がやったことは以下のとおりです。
-
データマッピングセクションのすべてのマッピングを削除した後、リードストリームを削除しました。
-
ストリームをデプロイする前に、セールスデータバンドルを再度統合し、数式フィールドを追加しました。
それは私にはうまくいきました。
ビジュアルマッピングではなく
テーブルビュー
を使用してマッピングを試みたところ、マッピングに成功し、データクラウド組織の有効期限が切れる前に、データクラウド認定準備トレイルミックスに含まれるすべてのプロジェクトを完了することができました。
Lead_Home を Lead に名前変更してマッピングしてみましたが、また失敗しました。マッピングセクションを確認してみると、マッピングされていないことに気づきました。再度マッピングしたところ、正常に動作しました。最初の検証時に何らかの問題が発生していたようです。
https://trailhead.salesforce.com/trailblazer-community/feed/0D54V00007cmMJlSAM
We couldn’t find the NPSP Data Import Object we’re looking for in your Playground. Make sure you followed this step and your data was successfully uploaded.
Please check this article.
https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000H1ZuISAV
We can’t find an agent named "Quoting Agent" in your playground.
I deleted it and redid it. Now the error went away - but I believe I followed the same steps as last time - but the problem went away.
Agentforceでデフォルトエージェント以外に複数の従業員エージェントを作成するには、どのようなライセンスが必要ですか?
- what licenses are required to create multiple employee agent in agentforce apart from default agent?
複数従業員エージェントを有効にするには、フレックスクレジットを申請する必要があります。ドキュメント:https://help.salesforce.com/s/articleView? id=ai.agent_setup_explore_types.htm&language=en_US&type=5
In the Open Out of State Travel Requests list view, we can't find a filter that excludes travel requests with 'Status' either 'Approved' or 'Rejected'
after few hours the problem solved itelf, just refresh the page many times.





