Better UX with Dependent Picklists: Required Fields Done Right

Ever needed a field to be required—but only sometimes? We ran into a common UX challenge while configuring a Salesforce record page: ✅ We needed a field on the Case object to be required, ❌ but only when the Status field was set to Closed

Testing BusinessHours in Apex

Salesforce gives us a lot to be thankful for when it comes to working with time-based logic—and the BusinessHours class is one of those hidden gems

Retrieving Dashboard Metadata

Dashboards in Salesforce allow you to visualize your data and gain insights into your organization’s performance

Caching Schema Metadata

If you use the Global Metadata Schema that is provided by Apex to access field labels, record types names, etc

JavaScript Unit Testing with Jest

With the new Lightning Web Component framework, Salesforce included a JavaScript testing framework that blends functional and unit tests

Subscribe