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年10月の質問の中から整理します

Last updated at Posted at 2025-10-01

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

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

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

9月は更に8月よりも番最悪の返答数ですね。回答しても8割は反応がありませんね。やっぱりボットが質問しているんではないでしょうか? おまけにガンガン過去のベストアンサーを消されました。フォロー数も減っているのでユーザアカウントごと削除している人が多いのかもしれません。最近はAIだけにしか注力していない感じがするのでuserが減っている可能性はかなりあります。

また、私の回答と同じことをわざと回答してくる人も多くて、マナーとかは全く存在しない状態が続いています。自分だけがよければ、人を踏み倒してもいいというのがここの世界かもしれません。何度運営側に苦情を入れても改善されないです。


回答しても全く反応がないボットによる質問が多く見受けられます。そのままのこしておくと後で検索した時にノイズになるので、一定期間反応がない質問に投稿した場合は私の回答を削除することにしました。いっぱいありますね。誰がボットで質問しているんだろうか>いかにも賑わっていると演出の為に運営再度がやっていても不思議はないけど。それから、Salesforceの社員が質問した場合は、回答しても半分は全く反応がないですね。これが答え合わせかもしれません。

2025年10月未解決の質問

Are the following settings correct?

  • Opportunity: Visible only to record owners and users higher in the role hierarchy.

image.png

We can’t find a contract based on the ‘Acme Sneakers Quote’ quote.

Please create the contract from the Quote "

Acme Sneakers Quote" using "Create Contract" option from the dropdown menu. Do not try to create the contract from the related list "Contracts".
Worked from me. All the best. Happy Learning & Sharing.

We can't find the debug log with the string ‘Hello’.

Error creating agent : java.lang.IllegalArgumentException

image.png

Error creating agent : java.lang.IllegalArgumentException: Error creating default user for EinsteinServiceAgent.Error while assigning Permission Sets of EinsteinServiceAgent More Details: ERRORS : Error creating default user for EinsteinServiceAgent.Error while assigning Permission Sets of EinsteinServiceAgent , Error creating default user for EinsteinServiceAgent.Error while assigning Permission Sets of EinsteinServiceAgent WARNINGS :

The issue has been resolved after creating support case.

It is due Flex credits not updated in the lower instances but updated in Production. So, used Match Production License tool in company information of the lower instance.

'Test the flow using a sample Fitness record you manually create for Latisha Bryce from her contact record. For testing purposes, include the following information and any other record details you’d like to include. (We won’t check for other details.)

To manually create the Fitness record and test the flow in Agentforce Innovator Prompt Builder, follow these steps-

1 .Go to LatishBryce's Contact Record- Search for her contact in Salesforce.

2.Create a New Fitness Record- Look for the related list or custom object where Fitness records are stored.

  1. Enter Required Details

  2. Save the ReRecord

5.Trigger the flow -Perform an action that should initiate the flow.

6.Monitor the Flow Debug Logs to confirm it runs as expected.

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

We've found more than one Apex agent action named ‘Check Weather’ in your org. Rename any duplicate agent actions.

Were you able to resolve this issue? The following worked for me:

  1. Rename the "Check Weather" action to "Check Weather2" (or name of choice)
  2. Deactivate the agent
  3. Removed "Check Weather" action
  4. Add "Check Weather2"
  5. Activate the agent

The 'Accounts' class 'onBeforeUpdate' method does not appear to be calculating the Levenshtein distance between the phrase default Description ‘Domain classes rock!’ and the value in the updated Description and storing the result in the Annual Revenue field correctly.

My Issues are resolved, I had to create the flows and then complete this unit,

私の問題は解決しました。フローを作成してからこのユニットを完了する必要がありました。

We can’t find the topic Refund Process associated with Agent Esso

I had created the flow then deleted it, however the flow API name is not deleted. I found some advice that detailed how to go into the developer console, run a SOQL query and then delete the flow API name manually. This sorted the issue.

フローを作成してから削除したのですが、フローのAPI名が削除されません。開発者コンソールにアクセスしてSOQLクエリを実行し、フローのAPI名を手動で削除する方法を詳しく説明したアドバイスを見つけました。これで問題は解決しました。

In the Cloud Kicks Service Agent, we can't find the 'Customer Verification' topic. If you deleted it, restore it from the Asset Library. If you renamed it, change the name back to 'Customer Verification'. If these steps don’t work, then sign up for another Developer Edition org for Agentforce Authentication, connect it to Trailhead, and restart this badge.

I was able to complete this by setting up a new playground!

In the screenAccount component, we can’t find a setting that requires the field on the screen.

This agent's configuration has issues that could affect its behavior: Conflicting instructions detected. Data Cloud isn't enabled.

the steps you suggested worked fine for me this time. I clicked on'Activate & Ignore'
for the warning messages and was able to move forward and complete the session.

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

We can’t find the variable refundRequestOut configured as specified in the Refund Request Flow. Make sure the variable is a Record (Single) Variable available for output outside the flow.

説明文が違っている

I suspect a similar issue here as in the following thread:

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

Trailhead frequently throws "as specified" as part of the error message. In this case it was not really specified but the refundRequestOut variable had a different description in the original Refund_Flow you created the Refund_Request_Flow from.

Somewhere down the line you must have changed the original description which was not required. Try to copy the following description back to the variable and run the check again:

The created refund request. Present this record's details to the customer once created including the Refund Request Number and Comments.

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

We can’t find the variable refundRequestOut configured as specified in the Refund Request Flow. Make sure the variable is a Record (Single) Variable available for output outside the flow.

説明文が違っている

The messageAfterVerificationIfUser variable must be set for output availability outside the flow. Implementing new input or output variables in a new flow with a reference to an original flow can result in an Automation Error if the Version Properties of the flow aren't updated. See the Help article for this superbadge for more detailed information.

I found it. I forgot to give the proper description to the variable messageAfterVerificationIfUser in the flow, namely: "Message displayed to the end user if verification process is complete but customerType is User not a Contact."

Updating it fixed it.

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

messageAfterVerificationIfUser (Variable) - The variable messageAfterVerificationIfUser doesn’t exist as an input or output variable in the overridden flow SvcCopilotTmpl__VerifyCode and will be ignored when the flow runs.

make sure the Original Flow selection is blank while saving the flow as a new version.

Once you do, it will fix the issue

image.png

In the Agentforce Service Assistant, the Enhanced Event Logs is not enabled.

I waited for the playground to deactivate in the following days. Then I recreated the entire playground and followed all the steps given again. This time it was able to verify. Must have been a glitch earlier.

In the Add Prompt Instructions element’s Prompt Instructions, we can’t find the expected text.

I re build the workflow and worked well :)

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

I was just missing the "add" text in the Add Prompt- please review this step in the screenshot added "Type add and select the Add Prompt Instructions element to the flow"

image.png

Also deleted all the previous versions of both the flow and the Prompt builder and only kept the activated version.

We can’t find any records for the My_kav chunk object.

I have passed this step in the following order: I have disconnected from the Data Cloud Org and logged out of the Trailhead account. Cleared all cache and cookies in the browser and closed the browser. Then I opened the browser again and logged into my Trailhead account, requested a new Data Cloud org, and passed through all steps again. I have received my search indexes in the ready status, like in 20 minutes, with the records in the My_kav chunk object.

Warning: agent generate agent-spec is not a sf command.

I had to use Agentforce Vibes to solve all updates for my VSC.

I was able to pass the challenge, however, I am not sure it worked as expected.

On the Partner Account Page, make sure that these fields were removed: ‘Prospect Rating’, ‘Region’, ‘Zone’, ‘Has Support Plan’, ‘Support Plan Expiration Date’.

So I figured out that when you delete/bin the sections "Sales Region" and "Support Plan Information" the fields that were into those section are not deleted, they are getting back in the Account Information section....

Delete/bin them from the section and boom confettis

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

We couldn't access the credential(s). You might not have the required permissions, or the external credential "JSONPlaceholderCred" might not exist.

image.png

  • Please look for "Principals" in External credential, create a new one if there is not any.
  • Then either add this Principal to your profile in "Enabled External Credential Principal Access" or add it to "External Credential Principal Access" in a permission set and assign that permission set to your user.

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

We can't find the formula field 'Region_Zone__c' on the Opportunity object.

image.png

my issue was from the field level security, i unselected sales user and system administrator instead of selecting them.

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

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?