Please turn JavaScript on
header-image

SFDC Developers

We bring you the latest updates from SFDC Developers through a simple and fast subscription.

We can deliver your news in your inbox, on your phone or you can read them here on this website on your personal news page.

Unsubscribe at any time without hassle.

SFDC Developers's title: SFDC Developers » Hub for Salesforce Developers

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  20.18 / week

Message History

What are Salesforce global variables?

Global variables are system-provided references you can use inside Salesforce formulas and validation rules to get information about the current user, organization, labels, custom settings, and permissions. They make formulas dynamic and maintainable by avoiding hard-coded values.

Common global variables and when to use them

...

Read full story

A curated list of ten AppExchange apps that help Salesforce teams automate work, manage documents, schedule, and communicate more efficiently within the CRM.

Why these AppExchange apps matter

Salesforce is powerful out of the box, but the right AppExchange apps can dramatically reduce manual work, improve cross-team collaboration, and streamline custome...

Read full story

Overview

Field dependency in Salesforce is a declarative feature that controls the available values of one field (the dependent field) based on the value selected in another field (the controlling field). It’s commonly used with picklists and checkboxes to create a dynamic, context-aware UI that reduces user error and improves data quality.

Key Concepts

There ...

Read full story

Quick guide: add visual cues and icons to fields on Lightning record pages using Conditional Formatting and the Dynamic Highlight Panel to help agents triage records faster.

Overview

Conditional formatting in Salesforce lets you assign icons and color highlights to field values so users can quickly scan records and spot important conditions (for example...

Read full story

Introduction

OmniScript naming conventions are a set of standards used to make Vlocity/OmniStudio scripts, elements, and integrations easy to find, maintain, and govern. Consistent names improve team collaboration, simplify troubleshooting, and make CI/CD and environment promotion predictable.

Why naming matters

OmniScripts produce JSON definitions that are re...

Read full story