Mocking Apex Tests

Enterprise Apex Design Patterns have been around for a while to represent best practices for large scale development projects. In this post we will talk about Mocking Apex Tests and Apex Mocks examples. We can significantly increase the project quality…

Service Cloud-Omnichannel

Let’s start by understanding what Service Cloud-Omnichannel. Service Cloud is built on the Salesforce Customer Success Platform. It provides a 360-degree view of your customers and enables you to deliver smarter, faster, and more personalized services. For more insights on…

Useful Git commands

In this post, we will talk about useful git commands for developers. Version control refers to the process of saving different files or different ‘versions’ of files throughout the various stages of your project. This enables developers to keep track…

SOQL Best Practices

When dealing with Large Data your SOQL query may return so many Objects that the limit on heap size is exceeded and an error occurs. In this post we will talk about Apex SOQL best practices in Salesforce and how…