- make sure that name and API name in agentforce agent is as specified in challenge. You can edit name any time as well.
Thanks
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
I have publish however i am geour Agentforce Playground Is Ready!
You can now get hands-on in this badge and any other badge requiring a Agentforce Playground. If you run out of time, you'll lose access to this Playground. You can request another, but you may need to start over.
#Trailhead Challenges
Jun 26, 2:36 PM Hi, @Amit Ubhe
Make sure that the Challenge check is being performed in the correct Playground.
To do this, open the Challenge page — at the top, you’ll see information about the Playground assigned to this task and a Launch button.
Click it. This will open the Salesforce org that is being verified.
If you see a Connect Org or Create button instead, follow the instructions for connecting or creating a Salesforce org — and you’ll need to redo everything from scratch.
Sincerely,
Mykhailo Vdovychenko
Bringing Cloud Excellence with IBVCLOUD OÜ
Today, 8:38 AM - Are you trying to debug the flow with some messaging session?
Please confirm the statement -
I'm facing the problem in flow because its not showing an stored conversation data in "Messaging Session " object.Thanks
I have a flow, shown below, that is supposed to update a field called Last Activity, when a Case Comment is added to a Case.
I have the flow in a sandbox and it runs perfectly.
Once it has been through UAT and is promoted to our production environment, I regularly get errors like this:
"This error occurred: SELF_REFERENCE_FROM_TRIGGER: Object 500Pxxxxxxxxxxxxxxxx is currently in a merge operation, therefore a trigger can not update it"
All the users are doing is adding the Case Comments. The comment is added, but it generates the above error, where 500Pxxxxxxxxxxxxxxxx is the parent Case ID.
Anyone got any suggestions, why I am getting a Merged error?
Thank you in advance.
Tony Chilvers
#Flow
Today, 8:38 AM Hello @Tony Chilvers,
You are receiving the error message "Object 500Pxxxxxxxxxxxxxxxx is currently in a merge operation, therefore a trigger can not update it," which indicates that the record is currently under a merge operation when the flow attempts to update.
Now, as this flow works in the sandbox, it fails intermittently in production because of concurrent operations on the Case.
To avoid trying to update the Case while it's still being processed, move the update to an asynchronous path using the Scheduled Paths feature:
1. In your Record-Triggered Flow, click + after Start and choose Scheduled Path
2. Set a delay: e.g., 0 Minutes After the Record is created
3. Add the Update Records logic under this Scheduled Path
I hope this helps to resolve your issue.
Thanks & Regards
Amit Kumar
Hi team,
I'm using Salesforce CMS Workspace to manage PDFs in a Digital Experience Site (Experience Cloud) built with LWC. I need these PDFs to open in a new browser tab and display inline, not download automatically.
When using the /sfsites/c/cms/delivery/media/{mediaKey} URL, the browser forces a download.
Is there a recommended way to serve CMS PDFs with Content-Disposition: inline so they open directly in LWC sites?
Thanks in advance!
#Salesforce Developer #LWC
Today, 8:37 AM Please refer to the below articles -
https://salesforce.stackexchange.com/questions/154695/open-pdf-in-browser-instead-of-downloadingRegards
Sravani
Today, 8:36 AM - Kindly make sure that the API name specified in challenge along with name matches to the agent created from your end.
Thanks
Hello everyone,
Would you be able to help me on this one please, How to set the width and height of the chat widget in Messaging for In-App and Web while deploying it on a website.
I know we can set the width and height using below parameters in case of Embedded chat deployment but how to do it for Messaging for In-App and Web deployment.
- embedded_svc.settings.widgetWidth = "..."
- embedded_svc.settings.widgetHeight = "..."
Today, 8:34 AM Hi @Kishore Agrawal , embedded messaging deployment configuration only allow us to use pixel values. if you need the chat widget to scale responsively across all devices (i.e., occupy 80% of the screen space). I believe you can achieve this using accessing .embeddedMessagingframe using Custom CSS selector.
While creating the app using the Execs Only Template 2 and the billing state/province, opportunity source, cases and using the colors asked for this exercise when I click on Create button this message appears "Unable to create app based on template: [0NkQy000000Ep4HKAS].
* While processing Expression error occurred [Failed to parse the expression [${App.EdgeMarts.case.Alias}]]"
Today, 8:27 AM Hello @Mykhailo Vdovychenko
I just tried again with a new org where I did nothing but the instructions followed on the video and it still gave me the same error
Users in Cosmos has reported they feel like they struggle to select text in related lists.
As you hove over a related list record, the background is the same color as the text selection background. They blend perfectly!
Does anyone know if custom themes have this problem?
If you move the mouse off the row, you can see the text was selected, using a double click on 30,000.00.
Today, 8:20 AM Hi @Troy Center
SLDS 2 cosmos theme is still in Beta version. We might need to wait for the team to release the end version of it.
Regards
Sravani