Keiji Otsubo (Fukada Electric Co.,Ltd.) I did that and also set session settings to HIGH Assurance in profile, still shows the same error.
Feed
- Recent Activity
- Created Date
- Questions with an Accepted Answer
- Questions with No Accepted Answer
- Unanswered Questions
- Appexchage Apps
- Audience Studio
- Automation Studio
- B2B Commerce
- B2C Commerce
- Business Rules Engine
- Communications Cloud
- Consumer Goods Cloud
- Datorama
- Digital Engagement
- Education Cloud
- Education Data Architecture
- Einstein Analytics
- Einstein Bots
- Email Marketing
- Experience Cloud
- Financial Services Cloud
- High Velocity Sales
- Higher Education
- Integration
- Interaction Studio
- Journey Builder
- K-12 Architecture Kit
- Manufacturing Cloud
- Marketing Cloud
- Mobile Publisher
- MuleSoft
- MuleSoft API Manager
- MuleSoft Anypoint Code Builder
- MuleSoft Anypoint Platform
- MuleSoft Anypoint Studio
- MuleSoft CloudHub / RTF / On-Prem / PCE / Gateway
- MuleSoft Composer
- MuleSoft Connectors / SDK / DevKit
- MuleSoft DataWeave
- MuleSoft Design Center / API Designer
- MuleSoft Exchange
- MuleSoft For Agentforce
- MuleSoft For Flow: Integration
- MuleSoft Integrations
- MuleSoft Training & Certification
- Nonprofit
- Nonprofit Cloud
- Nonprofit Success Pack
- Outbound Funds Module
- Pardot B2b Marketing Automation
- Program Management Module
- Quip
- Revenue Cloud
- Sales Cloud
- Sales Cloud Einstein
- Salesforce CPQ & Billing
- Salesforce Developer
- Salesforce Field Service
- Salesforce Health Cloud
- Salesforce Maps
- Salesforce Platform
- Salesforce Surveys
- Service Cloud
- Service Cloud Einstein
- Service Cloud Voice
- Slack Basics
- Slack Certified
- Slack Community
- Slack Developers
- Slack Workflow Builder
- Tableau
- Automation
- AwesomeAdmins
- Data Management
- EducationHelp
- Formulas
- IdeaExchange
- New Releases
- NonprofitHelp
- Salesforce Developer
- SalesforceLive
- TrailblazerCommunityHelp
- TrailblazerDX
- Trailhead Challenges
- Trailhead Superbadges
- TrailheadGO
Filter
「Agentforce を強化して会話の言葉でデータを操作する」において、全ての操作を完了しTrailheadの確認ボタンを押下すると、以下のメッセージが表示されます。
「[Unified Link 1 (統合リンク 1)] フロー要素で、1 つ目の検索条件の設定が正しくないようです。」
各項目は、指示通りに入力しその他はデフォルトにしているため、少々困っております。
どこを修正すれば良いのかご教示いただけますと幸いです。
画像1:
画像2:
#Trailhead Challenges
お世話になっております。
Google Workspaceを入り口にして、Salesforceにログインできるようにしたいとテスト中です。
SAMLによるSSOで頑張っております。
一通りの設定を完了させ、テストを行ったところ、
「Single Sign-On Error
We can't log you in because of an issue with single sign-on. Contact your Salesforce admin for help.」
となりました。
考えられるのは、
・Google側でSAML属性のマッピングを行っていない
・Salesforce側プロファイルで何らかの許可がされていない
かなと思っているのですが、具体的にどこを確認すればいいのかは
さっぱり思いつかず…。
申し訳ありませんが、アドバイスいただけますと大変助かります。
よろしくお願いいたします。
Today, 5:35 AM 以下のような説明がありますね。
Salesforce の SAML 設定に問題があります。たとえば、アップロードした証明書が破損しているか、組織の [シングルサインオン設定] で SAML が無効になっています。
いつもお世話になっております。
活動オブジェクトの「完了フラグ」項目について教えていただけませんか。
活動オブジェクト関連リストに「完了フラグ」項目を表示するようにしているのですが、
「完了フラグ」項目がClassicとLightningで表示が違います。
例
Classicでは「完了フラグ」項目はチェックが付いている。
Lightnigでは「完了フラグ」項目にはチェックが付いていない。
なぜClassicとLightningで表示が違うかわかりません。
「完了フラグ」項目について教えていただけませんか。
(活動オブジェクトの「行動」オブジェクトを利用しております。「ToDo」は利用しておりません。)
よろしくお願いいたします。
Today, 5:26 AM Solution: Using Static Resources
- Upload Your Icon as a Static Resource
- Go to Setup → Static Resources → Click New.
- Upload your logo file (e.g., ayushLogo.png) and provide a Name (e.g., ayushLogo).
- Click Save.
- Modify Your Visualforce Page Add the following code to override the default header icon:
<apex:page standardStylesheets="false" showHeader="true">
<!-- Custom Section Header -->
<apex:sectionHeader
title="Your Application Name"
subtitle="Your Subtitle"
icon="{!URLFOR($Resource.ayushLogo)}"
/>
<!-- Rest of your VF page content -->
</apex:page>
- Upload Your Icon as a Static Resource
I am wondering what I am doing wrong. I am trying to call a static image that I have uploaded in my salesforce instance from a visualforce page. However the image appears broken everytime.
Can someone point me the right and most simple way to have an image displayed on my VF page?
I am using the logic below.
<img src="https://UrlForStaticImageIhaveUploaded" alt="" width="100" height="100"/>
I know this a developer question but I am having trouble logging into the developer success community for some reason. So just trying my luck here.
Aug 24, 2018, 3:02 AM Hi,
Aug 8, 2022, 9:33 AM Hi Suji,Please follow below conceptsapex:image A graphic image, rendered with the HTML <img> tag. Example
if you need any assistanse, Please let me know!!Kindly mark my solution as the best answer if it helps you.ThanksMukesh<apex:image id="theImage" value="/img/myimage.gif" width="220" height="55"/>
The example above renders the following HTML:
<img id="theImage" src="/img/myimage.gif" width="220" height="55"/>
Resource Example
<apex:image id="theImage" value="{!$Resource.myResourceImage}" width="200" height="200"/>
The example above renders the following HTML:
<img id="theImage" src="<generatedId>/myResourceImage" width="200" height="200"/>
Zip Resource Example
<apex:image url="{!URLFOR($Resource.TestZip, 'images/Bluehills.jpg')}" width="50" height="50" />
The example above renders the following HTML:
<id="theImage" src="[generatedId]/images/Bluehills.jpg" width="50" height="50"/>
Of course. Here is a clear and concise description you can post to the Salesforce Trailhead community to ask your question.
Title: How does a Salesforce Agent access parameters passed from an Apex Invocable Action?
Hello Trailblazer Community,
I am looking at the Salesforce example code for invoking an agent from Apex, as provided in this article: Invoke a Custom Invocable Action from Apex.
The example code demonstrates how to pass parameters to the agent, like a userMessage and a CaseId:
// This is the example code from the Salesforce documentation
public class AgentIAInvoker {
public static void invokeJavaAction() {
try {
Invocable.Action action = Invocable.Action.createCustomAction('generateAiAgentResponse', 'Agentforce_Service_Agent_new');
action.setInvocationParameter('userMessage', 'Summarize my case');
action.setInvocationParameter('CaseId', '500VW0XXXXXXXXXXXX');
List<Invocable.Action.Result> results = action.invoke();
Invocable.Action.Result result = results[0];
if (result.isSuccess()) {
System.debug('Output Session Id: ' + result.getOutputParameters().get('sessionId'));
System.debug('Output Agent Response: ' + result.getOutputParameters().get('agentResponse'));
} else {
System.debug('Java action execution failed: ' + result.getErrors());
}
} catch (Exception e) {
System.debug('Error invoking Java action: ' + e.getMessage());
}
}
}
My question is: Once the CaseId is passed to the 'Agentforce_Service_Agent_new' agent, how does the agent actually access or use this value?
For example, how can I reference this incoming CaseId within the agent's prompt template or pass it to a tool that the agent uses? I'm trying to understand the mechanism within the Agent Builder for receiving and utilizing these parameters from an invocable action.
Any guidance or examples would be greatly appreciated!
Thank you.
#Agentforce #Salesforce Developer
Today, 5:18 AM Hi @lokesh singh thakur bondili
,
Thank you for your question! Based on my understanding, you're asking how the CaseId passed to the Agentforce_Service_Agent_new agent can be accessed and utilized within the agent's prompt template or for passing it to a tool. Please correct me if I misunderstood.
In Agentforce, any variables declared as "Available for output" in an invocable action can be accessed within the Agent Action Builder. Here’s how you can use the CaseId:
Displaying the CaseId in the Agent Window: In the Agent Action Builder, you can enable the "Show in conversation" option for the CaseId variable. This will display the CaseId directly in the agent window, making it visible to the user.
Referencing the CaseId in a Prompt Template: To use the CaseId in a prompt template, you can reference it using the variable name. For example, if the variable is named CaseId, you can include it in your prompt like this: "Your case has been created successfully. The Case ID is {{CaseId}}."
Passing the CaseId to a Tool: If you want to pass the CaseId to a tool or another action, you can map the output variable (CaseId) from the invocable action to the input of the tool or action in the Agent Action Builder.
For example, let’s say a customer creates a case using the agent. The CaseId generated by the backend action can be returned to the customer as confirmation. Later, if the customer wants to check the status of their case, the agent can prompt them to provide the CaseId as a unique identifier to retrieve the case details.
I hope this clarifies your question! Let me know if you need further assistance.
お世話になっております。
初歩的なことかと思うのですが、お助けいただけましたら幸いです。
新たにプロファイルを作成し、ログインしてみたところカスタムオブジェクトのレコードが一つも表示されない状況となっております。
以下のように新たにプロファイルAを作成いたしました。
・
ユーザーライセンス:Salesforce Platform
・既存プロファイル:標準Platformユーザー
カスタムオブジェクトB権限は[すべてのレコードの参照][参照][作成][編集]となっており、カスタムオブジェクトB以外はチェックがついておりません。
組織の共有設定は以下となっております。
カスタムオブジェクトB
デフォルトの内部アクセス権:公開/参照・更新可能
デフォルトの外部アクセス権:非公開
システム管理者Cでログインして、レコードが存在していること
ユーザーでログインして、カスタムオブジェクトのリストビューがすべてのレコードになっていることは確認いたしました。
レコード所有者はシステム管理者Cとなっております。
何かお気づきの点がありましたら、ご教示いただけましたら幸いです。
どうぞよろしくお願いいたします。
Today, 5:14 AM すみません、ありがとうございます。
解決いたしました。
リストビューがわたしのxxとなっており、管理者側で所有者を「すべてのxx」に変更したら、ユーザー側で表示されました。
大変初歩的なご質問となってしまいました、、ご教示いただきありがとうございます。
Been reading about how everyone is having trouble with the "Add and Map a Formula Field" module; I am, too. This is frustrating. I've tried creating new Dev playgrounds as well. I've followed every step exactly as instructed.
#Trailhead Challenges #Trailhead
Today, 5:13 AM Hi @KEERTHI POTLAPALLI - I am facing the same issue. I have also created new Dev playgrounds and followed every step exactly as instructed. Still the issue persists. Raised case on 17th June but haven't heard anything back. Now, My org also got expired. This is really disappointing.