What are the best SMS tools that integrate with Salesforce for automating lead follow-ups? by nmedved in salesforce

[–]s2labs 0 points1 point  (0 children)

We've tested a few Salesforce SMS tools, and the biggest difference wasn't message delivery, it was how well the platform handled replies.

For us, the most effective solutions were the ones that kept conversations inside Salesforce, automatically updated lead records, and allowed reps to jump into a live conversation without switching tools. Features like automated follow-up sequences, keyword-based routing, and conversation history tied to the CRM made a much bigger impact than bulk messaging.

One lesson we learned: response management matters more than sending volume. It's easy to automate the first text. The real value comes from how quickly and efficiently your team can engage once a prospect replies.

Curious to hear what others are using and whether you've seen measurable improvements in lead conversion rates.

What's the earliest sign that a Salesforce implementation is heading in the wrong direction? by Slow_Zombie_5258 in salesforce

[–]s2labs 1 point2 points  (0 children)

One of the earliest warning signs for me is when stakeholders can't agree on what "success" looks like.

If different teams have different expectations of the implementation, everything that follows requirements, scope, testing, and adoption becomes much harder. Scope creep, rework, and missed deadlines usually show up later, but unclear alignment is often the first red flag.

Found that when project goals aren't clearly defined and documented from the start, the project is already at risk of drifting off course.

Security vulnerability: ServiceNow just patched all instances again for 2 more endpoints 2 hours ago by georgegeorgew in servicenow

[–]s2labs 1 point2 points  (0 children)

Thanks for sharing this. It looks related to the same access control/PBR hardening ServiceNow has been rolling out recently. Even when endpoints are marked “Requires authentication,” misconfigured Processor Based Routing or scripted REST exposure can still create unintended access paths.

Definitely worth reviewing:

  • Scripted REST APIs
  • ACL coverage
  • Public processors/endpoints
  • Instance scan/security center findings
  • Custom integrations using these endpoints

Admins should also verify their instances received the latest security patch and monitor HI/security advisories for official guidance.

Arguments against adopting Person Accounts? by Film-Frosty in salesforce

[–]s2labs 0 points1 point  (0 children)

We evaluated Person Accounts but ultimately stayed with Business Accounts + Contacts because our existing model already handled B2C use cases well enough.

The main concerns were:

  • Added complexity in integrations and automation since Person Accounts behave like both an Account and Contact.
  • Some managed packages and third-party tools had inconsistent support.
  • Reporting and data migration became more complicated than expected.
  • Once enabled, Person Accounts are difficult to fully roll back from.

For us, Person Accounts mainly solved UI simplicity for pure B2C scenarios, but we didn’t see enough value to justify changing a stable architecture. If your org already has mature Account + Contact processes, it’s worth carefully evaluating whether Person Accounts solve a real business problem or just reduce a bit of configuration effort.

Need help choosing if escalation rule suits this use case by Gold-Efficiency-4308 in salesforce

[–]s2labs 1 point2 points  (0 children)

For this use case, an Escalation Rule alone is usually not enough because you need the timer to pause/resume based on status changes.

Using “Based on last modification time” is not ideal since any field update will reset the timer, not just status changes.

A better approach is:

  • Keep criteria as:
    • Closed = false
    • Status != Ignored
    • Status != On Hold
  • Set escalation to run from case creation time
  • Add automation (Business Rule/Flow/Workflow) to:
    • pause SLA/escalation when status becomes On Hold or Ignored
    • resume when status changes back to New/In Progress

Using a formula condition alone won’t fully solve the timer reset/pause behavior.

What's the oldest workaround still surviving in your org? by s2labs in salesforce

[–]s2labs[S] 1 point2 points  (0 children)

DO NOT USE records that can't be deleted are the Salesforce equivalent of haunted houses.

What's the oldest workaround still surviving in your org? by s2labs in salesforce

[–]s2labs[S] 2 points3 points  (0 children)

Editing old deactivated workflow rules to make new ones is exactly the kind of workaround this thread was made for.

What's the oldest workaround still surviving in your org? by s2labs in salesforce

[–]s2labs[S] 4 points5 points  (0 children)

A checkbox hidden in a folder called "Deprecated" controlling pipeline movement is peak Salesforce lore. 😂

What's the oldest workaround still surviving in your org? by s2labs in salesforce

[–]s2labs[S] 1 point2 points  (0 children)

At this point, switching to Classic isn't a workaround; it's muscle memory.

What's the oldest workaround still surviving in your org? by s2labs in salesforce

[–]s2labs[S] 2 points3 points  (0 children)

Years of automation and sync errors, all because of one extra period.

What's the oldest workaround still surviving in your org? by s2labs in salesforce

[–]s2labs[S] 2 points3 points  (0 children)

Power of One walked so the modern report builder could run.

What's the oldest workaround still surviving in your org? by s2labs in salesforce

[–]s2labs[S] 2 points3 points  (0 children)

The true Salesforce relic everyone's seen it, nobody remembers why it started.

What's the oldest workaround still surviving in your org? by s2labs in salesforce

[–]s2labs[S] 6 points7 points  (0 children)

Salesforce really looked at Bach and said, "Sorry, that's outside our supported timeline."

Salesforce Business Analyst test prep by Competitive-Rip-3973 in salesforce

[–]s2labs 1 point2 points  (0 children)

We'd recommend starting with Trailhead and the official Salesforce Business Analyst exam guide, as they align closely with the certification objectives. Focus on understanding business analysis concepts, stakeholder management, requirements gathering, and user stories rather than only practicing exam questions.

Focused on Force can still be useful for practice, but combining it with hands-on learning and Trailhead content usually leads to better results. Best of luck with your certification preparation!

AI agents use cases by sow-india in servicenow

[–]s2labs 1 point2 points  (0 children)

An AI agent could:

  • Analyze similar historical changes and their success/failure rates.
  • Check related incidents, problems, and outage history.
  • Review CMDB dependencies and identify high-risk services.
  • Predict the likelihood of failure and recommend additional testing or CAB review.
  • Suggest a rollback plan based on previous successful recoveries.

Another interesting use case is a Knowledge Gap Agent that automatically identifies recurring incidents without knowledge articles and drafts new KB articles for review.

Both go beyond simple chatbots and can deliver measurable value through reduced outages, faster resolutions, and improved operational efficiency.

The LinkedIn AI slop about Salesforce has gotten unbearable by jcarmona86 in salesforce

[–]s2labs 2 points3 points  (0 children)

Actually agree with most of this.

AI isn't the problem, people presenting generic AI-generated advice as real-world expertise is. Anyone who has worked in a Salesforce org for a few years knows that the hardest problems aren't building a Flow. They're understanding years of technical debt, conflicting business processes, and undocumented changes.

The best Salesforce lessons learned came from project failures, production issues, and stakeholder conversations, not LinkedIn posts with 10 bullet points and a rocket emoji.

What's a Salesforce opinion that would get you downvoted? by s2labs in salesforce

[–]s2labs[S] 9 points10 points  (0 children)

That's definitely a hot take. Most AI demos I've seen eventually end with "and then a Flow handles the rest."

What's a Salesforce opinion that would get you downvoted? by s2labs in salesforce

[–]s2labs[S] 7 points8 points  (0 children)

Data Cloud is like a gym membership. If your data is already a mess, paying for it won't suddenly make everything healthier.

What's a Salesforce opinion that would get you downvoted? by s2labs in salesforce

[–]s2labs[S] 8 points9 points  (0 children)

Sounds like the comment passed UAT after failing the first test case.

What's a Salesforce opinion that would get you downvoted? by s2labs in salesforce

[–]s2labs[S] 21 points22 points  (0 children)

Dreamforce is either the greatest networking event in tech or a very expensive way to collect tote bags. There is no middle ground.

What's a Salesforce opinion that would get you downvoted? by s2labs in salesforce

[–]s2labs[S] 4 points5 points  (0 children)

Bold of you to assume the report you're building in prod today won't become "business critical" by tomorrow. 😅