DEV Community

Cover image for Do not use Flows, Page Layouts are Dead, API Versioning for LWC Components
SFDC News
SFDC News

Posted on

Do not use Flows, Page Layouts are Dead, API Versioning for LWC Components

This is a weekly newsletter of interesting Salesforce content

See the most interesting #Salesforce content of the last days 👇

Do not use Flows
Flows are great. As point-and-click automation, it allows you to build business logic faster and at a lower cost. However, before you use Flows in your project, you should be aware of their limitations and consider them alongside good old Apex!

Page Layouts are Dead
Are we ready to retire Page Layouts?

Introducing Component-Level API Versioning for LWC
LWC API versioning is a great way to ensure backward compatibility for your existing components, while still allowing new components to adopt new features. If you've already written LWC components and shipped them on the Salesforce Platform, there is no action required on your part. However, if you are interested in how LWC works under the hood, or if you'd like to get the latest and greatest improvements to the speed and functionality of your LWC components, then read on.

Difference Between Count() and Count(fieldName) in SOQL Query
The COUNT() method in SOQL is used to count the number of records that meet specified criteria. But COUNT(fieldName) function is used to count the number of non-null (non-empty) values in a specific field across a set of records. This function differs from the COUNT() function, which simply counts the total number of records.

LWC Getters and Setters - The Last Frontier
You want to learn how and when to use getters and setters in LWC? You're not sure if you're using it in correct way? Or you just like to read posts on BTC? Well - you're in the right place!

Check these and other manually selected links at https://news.skaruz.com

Click a Like button if you find it useful.
Thanks.

Runner H image

Bitcoin Intelligence Daily Brief - Automated Market & Industry Intelligence

Check out this winning submission to the Runner H "AI Agent Prompting" Challenge. 👀

Read more →

Top comments (0)

Feature flag article image

Create a feature flag in your IDE in 5 minutes with LaunchDarkly’s MCP server 🏁

How to create, evaluate, and modify flags from within your IDE or AI client using natural language with LaunchDarkly's new MCP server. Follow along with this tutorial for step by step instructions.

Read full post

👋 Kindness is contagious

Dive into this thoughtful piece, beloved in the supportive DEV Community. Coders of every background are invited to share and elevate our collective know-how.

A sincere "thank you" can brighten someone's day—leave your appreciation below!

On DEV, sharing knowledge smooths our journey and tightens our community bonds. Enjoyed this? A quick thank you to the author is hugely appreciated.

Okay