0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

2025年06月の質問の中から整理します

Last updated at Posted at 2025-06-01

まとめページに戻る
Trailhead関係 年月で整理に戻る

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

なるべく、回答の中身も転記しておきます。結構な割合で質問者さんが黒歴史を消したいのか質問自体を削除しますので... 最良の答えとしてもらっても即消されることは大変多いです。

5月は過去最低と言うくらい質問は少ないし回答しても反応はありませんね。回答しても半分以上は返答もないですね。もしかしてボットが質問しているんではないか?

2025年06月未解決の質問

We don’t show the Solutions Full Access Permission Set assigned to your User.

サポートへ

The flow doesn’t have pause configurations, with pause conditions met, for time-based resume events. Resuming platform event-based resume events, whose conditions have been met, is not supported.

I hit the same issue when debugging the Flow, however the easy resolution is to Disable Debug pause element behavior after hitting Debug.

The pause will then work and you can view the status by navigating to Monitor Workflow Services in Setup.

We can’t find a user with ‘Salesforce’ selected in the License field.

Have you configured your user licenses correctly?

image.png

同意設定

Required fields are missing: [MasterLabel] while deploying chatbot

For anyone who finds this later, specifically for Einstein Bots, I encountered a similar problem with the MasterLabel error and did the following to fix it:

  1. Ensured my sourceApiVersion used in our CI/CD and target org was updated to the latest version (which was 64.0 at the time of posting). If yours is not up-to-date, you can include the sfdx-project.json file in the pull request. Check the API version of the target org you're deploying to by

generating s Enterprise WSDL
. You can't update the api version via a change set so you'll have to do this step ahead of time if you're using change sets.

  1. Ensure the bot being deploying is inactive in the target org. I also made it inactive in the source org before adding it to my pull request. In change sets you'll only see the bot, but in other deployment tools, you'll see Bot and Bot Version. You'll need both of these to deploy properly.

  2. Try to deploy.

Agentforce recommended the sourceApiVersion update and past experiences deploying bots went much smoother with inactive bots. Note that my bot did not have any

components that could not be deployed, at least last time I tried deploying them (i.e. messaging components).

page emdatasetupload の式「{!uploadEMCsv}」にエラーがあります: Class.Upload_Init_EM.: line 36, column 1

List has no rows for assignment to SObject
page emdatasetupload の式「{!uploadEMCsv}」にエラーがあります: Class.Upload_Init_EM.: line 36, column 1
Class.Upload_controller_EM.uploadEMCsv: line 69, column 1
予期せぬエラーが発生しました。 開発組織に通知されました。

言語設定と地域も英語にする

We can't find the unmanaged package named 'unit-testing-badge' installed in this org. Make sure the package is installed.

Cant find "search settings" in the quick find box

I think this is a feature only available in Classic. Try switching to Classic.

  1. From Setup, click Customize, and then click Search, then click Search Settings.
  2. Click Enhanced Lookups.

image.png

https://help.salesforce.com/s/articleView?id=ind.v_admin_enable_the_enhanced_lookups_search_setting_28895.htm&type=5

Executing the method 'getAccount' from the Apex class 'AccountManager' failed. Either the service isn't configured with the correct urlMapping, is not global, does not have the proper method name or does not return the requested account and all of its contacts.

I can't find the permission sets annual revenue and customer priority fields to mute field permission?

For all those stuck on this you have to click on the Edit Access Muted check box at the very top to highlight all that will enable the read access to stay unmuted.

This was a very poorly written challenge lol.

https://trailhead.salesforce.com/trailblazer-community/feed/0D54V00007Z9w4nSAB

We can't find the Get Customer Details action. Make sure it has been created and has an API Name of 'Get_Customer_Details'.

Hi, I had a very similar error message. On another thread someone posted the instructions below. They worked for me with the added instruction that I had to Deactivate my agent first. Then do these instructions. And then I can't remember if this reactivated my agent, or if I had to do another step to activate it. But, once one, I then clicked the button to verify completion, and it worked :)

Add an Action to Get Session Records

Use the Get Sessions flow to get the available session records for each experience.

  1. Click New and select Add Action.
  2. Select Flow as the Reference Action Type.
  3. Select Get Sessions.
  4. Leave the other options as is, and click Next.
  5. For experienceId, check Require Input.
  6. For startDate, check Require Input.
  7. For sessions, check Show in conversation.
  8. Click Finish.

https://trailhead.salesforce.com/trailblazer-community/feed/0D5KX00000J5Iwn

Trailheadはタイムアウトすると一部の機能が利用できなくなります。レッスンを一晩開いたままにしていたところ、翌日Playgroundの動作を検証することができませんでした。Trailheadを再起動し、Playgroundにアクセスして再起動したところ、ようやく検証に合格しました。

Trailheadがタイムアウトしたことを知らせるポップアップやその他の通知はありませんでした。「見逃した部分」を見つけようと、何度も手順を見直し、かなりの時間を無駄にしました。

バグでしょうか?それとも意図しない機能でしょうか?

User can still log in to your org without completing MFA

image.png

Set Session Security Level Required at Login to High Assurance and confirm that Multi-Factor Authentication is in the High Assurance column

https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000DfGi5SAF

# We will use this space to share efficiency and workflow improvement ideas for Edge Communications customer support cases.

We can't find an active approval process named Approve New Account. Make sure the unique name is 'Approve_New_Account'.

the problem was with Chrome browser, I solved in a different browser and it got solved

https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000Dx3FE

Name is not selected as the Primary Field on the Dynamic Highlights Panel.

I would suggest trying a new playground or dev org.

https://trailhead.salesforce.com/trailblazer-community/feed/0D5KX00000KAkvo0AD

It looks like the Unified Link 1 Flow element does not have the correct filter settings for the filter

We couldn't find a field with the label 'Start Location Latitude' and name 'Start_Location_Latitude__c', or its attributes are incorrect. Double check the instructions and try again.

Go to setup and search for Big Objects, open the "Rider History" object and in the "Custom Fields & Relationships" table check whether you have correctly populated the 'Start Location Latitude' info such as the Field Label, API Name and Data Type. In the API Name give "Start_Location_Latitude__c". It will work, since I have done the same in my org and I have successfully achieved it.

https://trailhead.salesforce.com/trailblazer-community/feed/0D54V00007T4PHZSA3

We can't insert test records to validate the Lead_Rating__c formula field in this org. Make sure lead records can be inserted using only the standard required fields.

The field 'Approver 1' either does not exist on the 'Position' object, or it is not a lookup relationship.

image.png

Could you please make sure that you are checking challenge against correct Playground.

未整理

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?