Revamp Your Salesforce Testing with the New Assert Apex Class in Winter 23 Release!

Revamp Your Salesforce Testing with the New Assert Apex Class in Winter 23 Release! The Winter 23 Salesforce release has brought a game-changing...

10 Steps to Becoming a Salesforce Development Pro: The Ultimate Guide

Salesforce is a powerful customer relationship management (CRM) platform that is used by businesses around the world to manage their sales, customer service,...

How to Create a Responsive Visualforce Page

In the previous article we talked about creating a simple visualforce page and adding it to the Right Side URL on our login...

Customize the Right Side of the Salesforce Login Page with Visualforce Page

Salesforce consultants per business requirements, often face the challenge to customize the login page in their new environments. While searching the internet where...

Using Database.Batchable Interface with Example

As Salesforce consultants we often face the challenge to update a chunk of records in the platform. Before we do that we think...

Mocking External Objects and Code Coverage with Examples

Recently I had the opportunity to work with Salesforce’s External Objects and while I created my BATCH class I needed to create a...

How to bypass the trigger with Apex

  This post will pay attention to a scenario that creates a logic that bypasses the trigger and stops DML Statements for which...

Create a generic method that passes the object and field name and gets values as a list

We as developers, often face poorly written code. Therefore when we build the code, we want to build it smartly, so it won't...