Apex
-
Admin
Salesforce Timezone Offset: A Native Flow Alternative to Apex
Every system time field in Salesforce is stored in GMT. That part is simple. What complicates things is everything layered on top of it. An org has its own timezone setting. A user can have a different timezone than the org. Salesforce uses both settings to decide how timestamps display on records and transactions. Installed packages carry their own time…
Read More » -
Artificial Intelligence
Agentforce Agent Flow Action Best Practices
This session offered a grounded look at where Agentforce actually stands today, beyond the marketing pitch. Flow actions and Apex actions remain essential. That is not because AI cannot handle simple tasks. Salesforce intentionally requires developers to make deliberate choices about data access and security. The new Agentforce Studio is more usable than its predecessor. It still carries real bugs…
Read More » -
Flow
Dreamforce 2025: Standout Sessions Streaming on Salesforce+
Every fall, San Francisco hosts Dreamforce, Salesforce’s flagship event. In 2025, thousands of professionals, developers, administrators, and executives will gather at the Moscone Center to hear what is next in the world of AI, CRM, and enterprise technology. Attendees can enjoy the vibrant downtown, Salesforce Tower, the nearby waterfront, and easy access to tech startups and global companies that thrive…
Read More » -
Flow
How to Measure Flow Performance And Why You Should Care
In the Salesforce ecosystem, best practice "myths" tend to circulate widely, often shared and reused without critical evaluation or validation. Many users rely on outdated advice from external sources without realizing how much the platform has evolved. With three major Salesforce releases every year, the technology moves fast, and what was considered a best practice last year might be obsolete…
Read More » -
Flow
Should You Leave Unused Input and Output Flow Variables?
Input variables are especially useful for building modular, reusable flows, because you can design them to handle different scenarios based on the values provided at runtime. For example, a record ID provided as an input variable can help the flow retrieve and update that specific record without needing user input. By leveraging input variables, you can keep flows flexible, reduce…
Read More » -
Career Guidance
Demystifying Code for Salesforce Admins
Understanding code doesn’t mean you have to become a full-time developer. It means adding another dimension to the expertise you already have. As an Admin, you already work with logic, data structures, and automation daily. The gap between what you do in Flows and what happens in Apex isn’t as wide as it seems. By breaking down concepts like variables,…
Read More » -
Career Guidance
How to Earn the Salesforce Data Cloud Consultant Certification
If you're ready to showcase your expertise in Salesforce Data Cloud, earning the Data Cloud Consultant Certification is a smart step forward. Whether you're a seasoned architect, developer, or strategist, this certification validates your ability to design and implement data solutions using Salesforce’s most advanced data platform. Let’s walk through everything you need to know to earn this credential: what…
Read More » -
Flow
Formula Resources in Criteria Conditions—Yes or No?
Salesforce Flow is a powerhouse for automation. And when it comes to building smart, dynamic Flows, Formula Resources play a critical role: They compute values for create, update and action elements, and calculate parameters to compare to in criteria conditions. But how exactly do they work? And where should you use them? In this post, we’ll break down their use…
Read More » -
Flow
Error Busters: Guide to Solving Flow and Apex Trigger Errors in Salesforce
Troubleshooting might seem a bit daunting at first, but with these strategies, you'll be zapping those errors like a pro! Just remember to be Sherlock Holmes, look for the little signs, and enjoy the process!
Read More » -
Flow
Transform Element Now Supports Join Collections
With the Spring 25 release, you can join collections with the transform element. But what does that mean? I am sure there are many flow builders who have not played with joining collections before. The functionality, as described in the release notes, is as follows: "Combine source collections from related flow resources into one target collection. For example, you can…
Read More »