Can you please check with the above suggestions and let us know if the issue still exists or is resolved? If it is resolved, please post the solution or mark any one of them above which helped you to resolve your query as "Best Answer" to close this thread.
If not, kindly provide a few more details of the badge & URL on which you've got stuck and also the error message would be helpful.
Thank You!
++TrailheadHelpFollowUp
Feed
- Recent Activity
- Created Date
- Questions with an Accepted Answer
- Questions with No Accepted Answer
- Unanswered Questions
下記について、(参照アクション)に [Get Experience Details (体験の詳細を取得)]
が表示されないのですが、原因がわかる方おりますでしょうか。
[Reference Action (参照アクション)] で
[Get Experience Details (体験の詳細を取得)]
を選択します
下記のtrailheadです。
https://trailhead.salesforce.com/ja/content/learn/projects/quick-start-build-your-first-agent-with-agentforce/configure-an-agentforce-service-agent
Today, 11:53 PM @奎太 [DD]小林 さん
Get Experience Details というフローが有効化されているかを確認してみてください。
https://trailhead.salesforce.com/trailblazer-community/feed/0D5KX000000Npk6
Can someone please assist with the attached highlighted error i am getting while checking the challenge to earn points - how and what do i do to ear point
Thank you in advance!
#Trailhead Challenges
Today, 11:53 PM Hi @Rima Kansagra,
Can you please check with the above suggestions and let us know if the issue still exists or is resolved? If it is resolved, please post the solution or mark any one of them above which helped you to resolve your query as "Best Answer" to close this thread.
If not, kindly provide a few more details of the badge & URL on which you've got stuck and also the error message would be helpful.
Thank You!
++TrailheadHelpFollowUp
Since upgrading to .NET 8 (from 4.8) the performance of the SOAP calls from our application to Salesforce have gotten excessively slow: 120 seconds for a SoapClient.login() call for example. Has anyone been down this path and can offer from tips?
#Salesforce Developer #API #SOAP Wsdl
動的フォームを起動しよう【起動】ボタンを押すと新たにタブは開くのですが、しばらく待つと[We've hit a snag.](暗礁に乗り上げた)というエラーメッセージが表示され前に進めないです。
ブラウザはクローム、firefox、Edgeを試しましたがいずれもだめでした
どうすれば良いでしょうか?
#Trailhead Challenges
Today, 11:51 PM Hi @颯汰 武藤,
Can you please check with the above suggestions and let us know if the issue still exists or is resolved? If it is resolved, please post the solution or mark any one of them above which helped you to resolve your query as "Best Answer" to close this thread.
If not, kindly provide a few more details of the badge & URL on which you've got stuck and also the error message would be helpful.
Thank You!
++TrailheadHelpFollowUp
お世話になっております。
ClassicからLightning Experienceへの移行を検討しています。
以下の課題の解決方法ご存じの方いらっしゃいましたらご教授いただければ幸いです。
課題:
レコード作成時、項目数が多いオブジェクトだとデータ入力しにくい。
→classicではフルスクリーン表示されますが、Lightningではポップアップ表示されます。
画面に表示できる情報がLightningだと少なく、項目数が200以上あるオブジェクトでは入力しにくさが課題に挙がっています。
試したこと:
①静的リソースでCSSを上書きし、ポップアップの幅を広げる
.uiModal--medium .modal-container {
width: 100% !important;
max-width: 1200px !important;
}
→「!impotant」と記載してもCSSが適用されませんでした。
LightningではCSS上書きできない仕様になっているようでした。
(Chromeの開発者ツールからはCSS適用されていました。)
②LWCやVFページで画面を1から実装し、フルスクリーン表示する
→保守性の観点からこちらの案はできれば取りたくない、と考えています。
他に何かいいアイディアをお持ちの方や同じ課題持っている方いらっしゃればアドバイスいただきたいです。
よろしくお願いします。
Today, 11:48 PM Hi @kannan S,
We assume this issue needs further review. We will reach out to you via email to investigate further.
++CreateTrailheadCase
You can ignore the command above, it is a tool used by our Agents to tell the system to create your case.
Thank you!
お世話になっております。
メール認証を挟むと、レコードトリガーフローが起動しなくなるのは、なぜなのかお尋ねしたいです。
ユーザーレコードのメールアドレスを変更したら、関連する取引先責任者のメールアドレスも変更するレコードトリガーフローを作成しました。
Salesforce組織の設定からユーザーのメールアドレスを変更すると、フローが起動しますが、エクスペリエンスクラウドサイトから変更すると起動しません。
エクスペリエンスクラウドサイトからメールアドレスを変更する際は、メールアドレス変更の確認メールから認証する必要があります。
メール認証を必要としない項目(姓・名など)は、エクスペリエンスクラウドサイトからもフローが起動することを確認しています。
よろしくお願いいたします。
Hi,
I created a screen flow and added to the Community Site(Experience Builder) which is used to create records and it will be used by external users, who are not in Salesforce and will not have access to Salesforce.
In order for them to create Records using the flow, they need to view some data, like.. They need to view Work Order Object details and as soon the records gets created, the record should should be tied to Work Order(The lookup on the Custom Object should populate Work Order ID).
So, every time a Work Order is created, the Form will be sent to a Customer and it should point to the specific record all the time. I reached out to salesforce support but no help.
Can someone please help me with it. Thanks
Feb 23, 2024, 3:53 PM Hi @Andrew Mondy, I'm not launching my flow from Record Detail Page, I'm doing it from Home Page. I did some research and did lot of trail and errors and finally able to achieve the functionality without placing the flow on Record Detail Page.
I modified the Site URL and passing record ID as a parameter. Before doing that,
1. We need to create a text variable in flow "recordId" and make it available for input
2. On the flow, give Edit Access to the "Site Profile"
3. Give edit access for the records you are referencing in your flow
4. After placing the Flow on the home page, pass the recordId as {!Id} as shown below:
5. After all the above steps, pass RecordId to the Site URL as below
"SiteURL/?Id=RecordID"
This will allow us to keep the flow on home page and let external users access it.
When creating an Agent with Gen AI, I make it through the entire process, until the end. When I click "Create", I receive the error "Error while reading the copilot template null. Error: Copilot Template Name Or Id must not be null : Warning" Has anyone encountered this error and how did you resolve it?
This is being run out of my Sandbox and I currently do not have Data Cloud in Sandbox to enable that functionality.
#Agentforce