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
How do I resolve the error message? I am posting a chat message as instructed, but I get the following error and cannot finish the challenge. If anyone else is stuck with the same error, please let me know how you resolved it.
errormessage:
Ensure that you are following all the instructions for posting to a Chatter group.
908-369-1613 ARS Cafeteria Line 908-369-0289 ARS Burglar alarm 908-369-3235 ARS Elevator Emergency Line 908-369-1928 ARS Fire 1 908-369-1929 ARS Fire 2 908-371-9106 ARS 911 Cisco Gateway 908-371-9040 ARS Cisco Gateway failover - 2 908-371-9169 ARS Cisco Gateway failover - 3 908-371-9109 ARS Cisco Gateway failover - 4
The Above one is Long text Area filed in Custom Object
Requirement Is Need to Extract the Phone Numbers from Above List and Create A record with each phone Number
I have Created Class Which Giving Output Fine When I called from Flow It is Failing But It working for Single Line
Can anyone Help with This ? how we can achieve this
#Flow #Sales Cloud
We have a User in our Org that has the ability to schedule report subscriptions but isn't receiving them in her inbox. She does have the ability to receive the Subscriptions she is included on, but only if they're made by another User.
What we've checked:
- Salesforce and Outlook are connected
- Email is verified
- She has the ability to view all fields in the report
- She can schedule the subscription email
- Has the ability to receive other reports that are scheduled by our team and have her added on the subscription list.
- The Scheduled Jobs in Set up show it was Submitted, Started and Next Scheduled Date
- I have tested with both Private and Public folders, they both show in the Scheduled Jobs
Today, 7:29 AM @Kaitlin Venegas Did you check the email logs to see if the subscriber has received the report or not?
We have a newly created Salesforce org (Agentforce) with both Salesforce and Salesforce Platform licenses available. Our goal was to create a total of 4 users:
- 1 user with a Salesforce license
- 3 users with Salesforce Platform licenses
Although the required licenses are available, we are only able to create 3 users in total. When attempting to create the 4th user, the system prevents it—despite licenses still being unused.
This is not consistent with previous behavior in older orgs, where we were able to create users as long as the correct number of licenses were available.
We would like to understand:
- Have there been any recent changes or restrictions in new Salesforce orgs that limit user creation regardless of available licenses?
- If not, what steps can we take to create the additional user?
Just pasting the required images.
Thank You.
#Agentforce
Today, 7:23 AM @Pramod Kumar Ok. I believe you are trying to create users in Agentforce Developer edition org. Am I right?
Challenge not yet complete in My Trailhead Playground 1
Make sure that ‘Contact Record Page’ has been upgraded to use Dynamic Forms.
I have completed upgrading and also removed and replaced fields which are mentioned but still says that it is not upgraded to use dynamic forms.
#Trailhead Challenges
Today, 7:03 AM Sir @Eric Burté I have did what instructions you have mentioned but I am getting the same issue that challenge is not completed.
I have the following scenario:
If contract <$1000 then insurance $25
if contract >$1000 and <$5000 then insurance $35
if contract >$5001 and <$12500 then insurance $45
if contract >$125001 and <$20000 then insurance $55
if contract >$20001 and <$40000 then insurance $95
if contract >$50001 and <$75000 then insurance $170
I cannot get the nestled formulas right to save my life. Any and all help is appreciated.
#Trailhead #Formulas
Today, 7:02 AM Let’s assume the contract amount is in a field called Contract_Amount__c:
salesforceCopyEditIF(Contract_Amount__c < 1000, 25,
IF(Contract_Amount__c <= 5000, 35,
IF(Contract_Amount__c <= 12500, 45,
IF(Contract_Amount__c <= 20000, 55,
IF(Contract_Amount__c <= 40000, 95,
IF(Contract_Amount__c <= 75000, 170,
0))))))
Today, 6:30 AM To access Survey, Survey Invitation, and Survey Response in Object Manager:
- Go to Setup > Object Manager
- Search for each object by name
If you don’t see them:
- Go to Setup > Survey Settings and enable Surveys
- Make sure you have the right permissions (like "Create and Edit Surveys")
I am facing an issue where Data Cloud Triggered Flow (fires on create/update) is not firing when ingesting data using Manual File Upload or Amazon S3. After checking the Automated User logs, I observed that the DataObjectDataChgEvent platform event—which is essential to trigger the flow—is not being published.
Interestingly, when data is ingested using the Ingestion API (tested from Postman), the flow triggers as expected on insert. However, after changing the data mapping from a Data Lake Object (DLO) to a DMO, ideally the DMO should get updated but the flow was not triggering even though the data is successfully updated in the DMO (confirmed via Query Editor).
Could anyone please advise or share insights on why the platform event might not be triggering in these scenarios?
#Data Cloud
I am doing the Agentforce for Service Superbadge Unit in that 3rd challenge, I am not able to add a new action Topic even though the agent is deactivated already, but I did not get the add new button in it.
please help me out
#Trailhead Challenges #Trailhead Superbadges
Today, 6:10 AM I’m also facing same issue
I try all the possible solutions that mentioned in slack and trailhead. Still not working.
Created multiple orgs, deactivated thing