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
Today, 5:46 AM Hi Michaela,.
Are you referring to something specific here?
In Salesforce if you scroll and start to learn it will be an endless journey. Focus on what to learn and proceed.
Thanks
Hello.
I am creating a screen flow for our users to create a record in the Opportunity Object.
First step. I added a component to allow the user to search to see if a record already exists.
Second Step. If the record does exists I want the user to see region lookup field record value.
I am unable to get this to work. I am new to screen flow. Step by step instructions with screenshots will be appreciated.
Thank you,
Nancy
#Salesforce Admin #Salesforce #Salesforce Field Service #Salesforcecommunity #Salesforceadministrator #Flow #Screen Flow
Today, 5:45 AM Don't worry, everyone goes through this.
- When fetching the Opportunity record, did you make sure region field is also pulled during get Opportunity?
- Confirm Region__c is populated via Get Records before the screen.
- When fetching the Opportunity record, did you make sure region field is also pulled during get Opportunity?
Step not yet complete in My Trailhead Playground 1
An unexpected error occurred while inserting Opportunity records and we couldn't check your work. Make sure Opportunity records can be inserted in this org, and click "Check Challenge" again. If this continues, contact the Trailhead Help team.
#Trailhead Challenges
Today, 5:45 AM I'm currently solving the "Customize a Salesforce Object" trail, and within that, I'm specifically working on the "Create Validation Rules" challenge.
Today, 5:37 AM - Go to Reports
- Click on the App Launcher (9 dots) → Search and open Reports.
- Open your Report
- Look for the report named "Central and Eastern Target Accounts".
- If it doesn't exist, create a new report with the Accounts report type.
- Click "Edit" on the Report
- Add the 'Annual Revenue' Column
- In the left column (Fields), search for Annual Revenue
- Drag and drop it into the report
- Save & Run the Report
- Click Save & Run
- Make sure the column now appears in the results
- Go to Reports
i get error when check the syntax
has_support_plan__c does not exist check spelling
#Trailhead Challenges
Today, 5:34 AM Hi @Bhanu Prakash ReddyPleas
- Please confirm if there is a field created called 'Has Support Plan' under your respective object
- If yes, they check if the API name is correct and if you are using the same name.
Hi Community: I have a quesiton, In Journey Builder filters, if I want contact to be entered when a field called activity is empty, do I have to set isNotNull = true and doesNotEquall = empty, or is isNotNull = true enough? The same applies to null cases. Should I set IsNull to true or equal = empty? Thanks
Today, 5:33 AM Hi! If you want to check if activity is empty, setting IsNull = true is enough. You don’t need to also set equals = empty. Just one condition is fine. Same goes for IsNotNull = true when it’s not empty. Hope that helps!
No puedo encontrar el tema Experience Management (Gestión de la experiencia) ni agregar la acción Get Experience Details...cómo puedo hacer
Today, 5:29 AM Go to Setup—All sites— Click on your site name
Today, 5:26 AM Can you confirm if the Region field exits on Account [Go to Fields and Relationship tab]
- Check for Region Field and match the API Name if they are correct
- If you have not created a Region field, first create it and use it.