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
- Dataloader.io
- Datorama
- Digital Engagement
- Education Cloud
- Education Data Architecture
- 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 APIs & Embedding
- Tableau Agent
- Tableau Cloud
- Tableau Community Updates
- Tableau Desktop & Web Authoring
- Tableau Mobile
- Tableau Next
- Tableau Prep
- Tableau Public
- Tableau Pulse
- Tableau Release Readiness Bulletins
- Tableau Server
- Automation
- AwesomeAdmins
- Data Management
- EducationHelp
- Formulas
- IdeaExchange
- New Releases
- NonprofitHelp
- Salesforce Developer
- SalesforceLive
- TrailblazerCommunityHelp
- TrailblazerDX
- Trailhead Challenges
- Trailhead Superbadges
- TrailheadGO
Filter
We can't find the new contract created from the 'Acme Sneakers Quote' with the expected values. Make sure the contract start date is today, the contract terms is 24 months, and the contract document was generated from the template.
I am getting this error but i have done all steps correctly
#Trailhead Challenges
Today, 10:25 AM This error usually occurs due to an issue with quote syncing, start date, or the document Template.
Make sure your acme sneakers quote is actively synced with the opportunity, set the contract start date to today's date, and ensure the contract term is set to 24 months. Finally, regenerate the contract document using the required template before submitting the challenge again.
Today, 10:22 AM I was trying to authenticate external credential but it seems now we can not disable Require Proof Key for Code Exchange (PKCE) extension for Supported Authorization Flows . It's Bydefault enabled.
I am trying to do this module.
Explore Data 360 Core Functionality
But when I click Launch to open the playground, it asks me to login.
#Trailhead Challenges #Data Cloud #Data360
Today, 10:22 AM Data Cloud playgrounds issue disconnect ya cache glitch ki wajah se hota hai. Isko fix karne ke liye incognito window me Trailhead khol kar try karo, ya phir Trailhead profile me Hands-on Orgs page par ja kar org ka password reset karke direct log in kar lo.
Object name in the permission set is showing as Job Applications however in the object manager it is shown as Job Application so is it reason of the error? if so then how can i solve this?
#Trailhead Challenges
Today, 10:21 AM Check for the installed package requirement given in the module description.
Today, 10:19 AM Paired with Service Cloud Consultant or AI Specialist, it gives you a super strong foundation for building and managing intelligent customer service agents on the platform.
The trail 'Configure Salesforce Knowledge' asks to go to the Salesforce Go in Setup and click "Add Your Users" but this option is not available. Where can I find this to proceed with the challange?
#Trailhead Challenges #Knowledge
Today, 10:15 AM I managed to solve the problems. I don't know why the instructions are written in such a confusing manner mentioning Salesforce Go all the time when you can simply go to Setup! Anyway, thanks everyone.
We have implemented an Agentforce use case where an employee/user can request details of a Case by providing a Case Number.
The implementation uses the following components:
- Agentforce Agent
- Agent Action
- Apex class
- Lightning Types
- LWC component rendered as the Agentforce response/output
The same implementation is working successfully in our Employee Agentforce Agent. However, when we implement the exact same configuration in a Service Agentforce Agent
, the LWC does not render.
Expected Behavior :-
When the user asks for Case details:
- The Agent asks the user to provide the Case Number.
- The user provides the Case Number.
- The Agent Action invokes the Apex class.
- Apex retrieves the Case details.
- The response is passed through the configured Lightning Type.
- The LWC should render the Case details in the Agentforce conversation.
This complete flow works as expected in the Employee Agent.
Actual Behavior
- The same flow has been configured in the Service Agent, but the LWC output is not rendered.
- The Agent Action/Apex execution and configuration appear to be the same, but the LWC UI is not displayed in the Service Agent.
- There is no clear error being displayed that indicates why the LWC rendering is failing.
Configuration
The following components are the same in both agents:
- Same Apex class
- Same LWC
- Same Lightning Type configuration
- Same Agent Action
- Same Agent User/permissions
- Same input/output structure
- Same Case retrieval logic
- Same LWC configuration
- Same agent instrcutions.
For the Lightning Type/LWC configuration, we have included the supported rendering types, including:
- enhancedWebChat
- lightningDesktopGenAi
This was done so that the LWC can be rendered across the required Agentforce environments, including Agentforce Builder, Salesforce UI, and Experience Cloud/community scenarios.
Important Difference
The primary difference between the two implementations is the type of Agentforce agent:
Working:
- Employee Agentforce Agent
Not Working:
- Service Agentforce Agent
All other major implementation components are identical.
Troubleshooting Performed
We have already verified the following:
- Apex class is assigned and accessible.
- LWC is assigned/configured correctly.
- Agent Action is configured in both agents.
- Lightning Types are configured in both agents.
- Same input/output types are being used.
- Same user/permissions are being used.
- The same Apex implementation works successfully with the Employee Agent.
- The same LWC successfully renders when used with the Employee Agent.
- The Service Agent has the same relevant components/configuration.
- No obvious Apex or LWC error is displayed when the Service Agent attempts to return the response.
Because the exact same implementation works with the Employee Agent, we suspect that there may be a difference in the Service Agent runtime, supported LWC rendering capabilities, Lightning Type handling, or Service Agent-specific configuration/limitations.
Could you please help us determine:
- Is LWC rendering through Agentforce Agent Actions and Lightning Types fully supported for Service Agents?
- Are there any differences between Employee Agent and Service Agent runtimes that affect LWC output rendering?
- Are enhancedWebChat and lightningDesktopGenAi supported for LWC rendering in Service Agents?
- Are there any additional configuration, permissions, metadata, or settings required specifically for Service Agents to render an LWC output?
- Is there any Service Agent-specific limitation related to rendering custom LWC components from Agent Actions?
- Could there be a difference in how Service Agents process the Lightning Type output compared with Employee Agents?
- Is there any known issue or limitation with LWC rendering in Service Agentforce in the current Salesforce release?
- If this functionality is supported, could you please advise what logs/debugging steps we should follow to identify why the LWC is not being rendered?
Note: In the Service Agentforce, Case details are successfully retrieved and displayed as plain text in both the Enhanced Web Chat channel on the Experience Cloud site and Agentforce Builder. However, the Case details are not being rendered in the LWC form.
In comparison, the Employee Agentforce successfully renders the LWC with the Case details in both the Enhanced Web Chat channel and Agentforce Builder.
I'm trying to add a related list of Branch Units to the Locations page and it is not one of the options in the dropdown
Today, 10:08 AM Good catch, and you are right — that Location lookup does exist on Branch Unit, so let me correct my earlier framing. The reason it still gives you no related list is that the lookup is a standard/system relationship, and Salesforce does not expose a reciprocal related list on the standard Location object for it. For certain standard lookups (especially into system objects like Location), the add-this-related-list-to-the-parent-layout option simply is not offered — so you can see the lookup on Branch Unit but cannot surface it as a related list on Location.
Two ways to get the view you want:
1. Quickest: a report on Branch Units grouped or filtered by their Location field — an instant list of all branch units per location.
2. Native related list: add your own custom lookup from Branch Unit to Location. A custom lookup does generate an addable related list, which you can then drop onto the Location page layout.
So the standard lookup is real, it is just reverse-related-list blocked; a custom lookup or a report is how you surface it.