I am trying to use lightning scheduler to schedule an appointment.While I am doing the booking process , the time slots are not visible on the booking page.I can only see the days of the week and service resource.Please can someone help what it could be, that is preventing the timeslots from being displayed on the schedule appointment page
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, 4:44 PM I hit the same windshield. When I tried to retrieve all WorkflowOutboundMessage metadata, I got
sf project retrieve start --metadata WorkflowOutboundMessage
────────────── Retrieving Metadata ──────────────
Retrieving v61.0 metadata from [source org ] using the v64.0 SOAP API
✔ Preparing retrieve request 10ms
✔ Sending request to org 243ms
✔ Waiting for the org to respond 4.88s
✔ Done 0ms
Status: Succeeded
Elapsed Time: 5.13s
But just as a lark, I decide to try grabbing just
oneof the messages, and...
sf project retrieve start --metadata WorkflowOutboundMessage:[API Name of outbound message]
────────────── Retrieving Metadata ──────────────
Retrieving v61.0 metadata from [source org] using the v64.0 SOAP API
✔ Preparing retrieve request 13ms
✔ Sending request to org 243ms
✔ Waiting for the org to respond 909ms
✔ Done 0ms
Status: Succeeded
Elapsed Time: 1.16s
Retrieved Source
│ State │ Name │ Type │ Path │
│ Created │ [Related sObject] │ Workflow │ force-app\main\default\workflows\[Related sObject].workflow-meta.xml │
This didn't actually retrieve the
message, it retrieved the entire workflow, but when I look in the metadata I see
<outboundMessages>
...all the stuff from the outbound message I just retrieved...
</outboundMessages>
But herein lies the problem. If I do that again with the
othermessage for the same object, it overwrites the first one.
So.
I try the same retrieve with only the sObject name, and it can't find it because it doesn't exist. Fair enough, there's no Outbound Message that has that name, so I try
sf project retrieve start --metadata Workflow:[Relevant sObject]
That works, as far as it goes, but it retrieves
everything -- both of my outbound messages, plus what appears to be actions from an Approval Process, which I suppose scans because there is an approval process for this object (actually there are threeapproval processes for this object...). Somehow the approval processes got into the package, but he workflows didn't? I suppose they were already deployed everywhere so there wasn't a dependency issue, and nobody ever noticed they were missing ('cause they weren't actually missing, were they?).
So in theory, all I would have to do is import the entire workflow for each affected object, and I'd get everything. I'm not sure how anxious I am to do that on some of these, since who knows what other dependencies that would create, but now I know where they live, I can attack that as a separate story, use the change set to deploy what I need and circle back to it "in my spare time".
If that's not workable, or if you just need to update the urls on all of the messages in place, you
shouldbe able retrieve the workflow, update the UR;ls in the outbound message elements and then deploy it back to the org, not retaining a local version if you're worried about a depedency issue. Just put it on a separate branch that never gets packaged.
Today, 4:35 PM Please check out the following url:
https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000R8gGmSAJThanks
How do I fix this error in the Agentforce champion playground. I've double checked the steps and I haven't missed any steps or inputted anything incorrectly. The error says:
"Step not yet complete in Data Cloud and Einstein AI It looks like the Reservation 1 Flow element does not have the correct setting for the one filter."
#Trailhead #Trailhead Challenges #Salesforce Developer
Today, 4:21 PM Even if it feels like you did all the steps right, this particular error usually points to the filter settings inside your Reservation 1 Flow element not matching exactly what Trailhead expects. It’s super picky about it.
When you go back into the Reservation 1 Flow element in your Data Cloud setup, double-check these:
- Make sure the filter logic matches exactly. For example, if the step says Equals or Contains, it really can’t be something similar to Starts with.
- Watch out for extra spaces, even a stray space in a field value or label can throw the whole thing off.
- Check that you’re filtering on the correct field (sometimes people pick the wrong Reservation object field or attribute).
Another tip: I once found that re-saving the filter after clearing it and re-adding the condition actually worked. I guess the playground sometimes remembers an older state.
If all else fails, try refreshing your playground session or even spinning up a new one, sometimes weird caching happens.
Hi Everyone,
I would like to know about the SFMC Advertising studio's capabilities for Ad campaigns.
1. Is there a way to capture leads from LinkedIn Ads directly into SFMC or any other approach.
I have seen in Salesforce help articles that Facebook and Google leads can be synced directly into SFMC using 'Lead Capture for Marketing Cloud Engagement'.
2. Does SFMC supports UTM parameters for tracking Ad campaigns on platforms like LinkedIn, Facebook. How to track engagement for these Ad campaigns, specially with LinkedIn.
Any help would be appreciated !!
Thanks!
Hello! My company is changing names (so new URL, logo, brand, etc.). Does anyone have experience with something similar with their Pardot/Account Engagement instance? We know we will need to add a new domain tracker (and thus change our landing page URLs), create new templates, etc. But we would love to hear about gotchas and successes from someone who has gone through something similar.
Today, 4:16 PM Hi,
I went through this exact process a couple of years ago when my company rebranded. It’s a big project, but totally manageable if you map it out carefully. Here are a few lessons we learned (and some surprises we ran into):
First, yes, setting up the new tracker domain is step one. We had to work closely with IT and DNS to get the CNAME set up properly before switching it in Pardot (now Account Engagement).
What surprised us:
- Old URLs were everywhere, landing pages, email templates, forms, and images all needed manual updates. We actually missed a few nurture emails and had to fix them fast after people clicked broken links.
- We forgot about SSL for the new tracker domain at first, which delayed us. Make sure you set that up early.
- Any custom redirects in Pardot need to be recreated for the new domain, or you’ll get 404 errors.
- Engagement Studio programs often have links or assets tied to the old domain, easy to overlook.
What helped us
- We ran the old and new domains side by side for a bit. This gave us time to update things gradually without breaking live links.
- Doing a full content audit before starting saved us a lot of headaches.
- We kept the sales team in the loop early since they often share marketing links.
Last thing: if you use dynamic content or personalization, double-check for old logos or brand references.
Hi there,
We’ve suddenly run into an issue with formal and informal greetings in Salesforce NPSP.
Previously, the greetings were behaving correctly. For example, if a contact was marked as deceased (e.g. John [Deceased] and Margaret Smith), the formal greeting would correctly show Margaret Smith, and the informal greeting would show Margaret
only.
However, last Friday we noticed that deceased contacts were being included again in both the formal and informal greetings. We initially assumed it might have been changed accidentally by a team member, so we corrected it manually.
But this morning, we found the same record had reverted — the deceased spouse was included again in the greetings!
Has anyone else experienced this issue recently? Any advice or suggestions would be appreciated.
Thank you!
Today, 4:10 PM What @Dodi Friedenberg
said. While this description is not a match for the exact criteria in that Known Issue, it seems clear that there was an issue introduced in Summer '25 related to Naming.
The good news (hopefully) is that there is a fix in process, and it appears they are targeting it for a patch release, so folks won't have to wait until Winter '26 (next release).
But I'm not entirely convinced this issue will be resolved in the code they're working on.
@Noriko Murakami Are you updating the "Exclude from..." checkbox fields on Contact to make sure the Contact is excluded? Is that the value that is being unchecked? Or are you only toggling the Deceased checkbox? What values are you seeing in "Naming Exclusion" field on Contact, and is that field changing?
Hi, is it possible to assign a different profile to a user after they’ve been created in the system, based on certain conditions in their related Contact record?
#Salesforce Developer #Flow
Today, 4:03 PM You cannot change profile of a user directly from flow.
but you can change profile of a user from Apex. you can add your custom logic in apex file for assigning profile to a user.
few things to consider: user must be active and not an admin user
I've tried this numerous times, and I'm still getting the same error. I'm not sure what step I missed. Please advise.
Thanks
#Trailhead Challenges
Today, 3:54 PM o resolve the issue with the missing ‘Technical Skills’ field section on the Technical Position
page in the Trailhead playground, please follow these steps:
- Go to the Technical Position record page (open any existing record).
- Click the gear icon at the top right and choose "Edit Page" to open the Lightning App Builder.
- In the Lightning App Builder, look for the ‘Technical Skills’ section in the components or fields pane.
- If it's not already added, drag and drop the section onto the page layout where appropriate.
- Click "Save" and then "Activate" the page if prompted.
- Go back to the record page and refresh the page. The ‘Technical Skills’ field section should now be visible.
Thanks
I had no option but changing my email address, as my company prefers I study with my private google account. I merged both accounts but since then, I cannot open my developer account. And I do not received the emails to reset my password anymore, so I am stuck and cannot progress with my Coursera Course.
#Trailhead Challenges
Jun 26, 2:39 PM Hi, @Maria Esther Mora-Rey Goetsch
In that case try to connect with Salesforce Help Team.
Sincerely,
Mykhailo Vdovychenko
Bringing Cloud Excellence with IBVCLOUD OÜ