SOQL, Salesforce Object Query Language, is a proprietary language which aims to query Salesforce SObjects. There are many ways to write and test those queries, we will explore some with some use cases.
Continue reading
SOQL, Salesforce Object Query Language, is a proprietary language which aims to query Salesforce SObjects. There are many ways to write and test those queries, we will explore some with some use cases.
Before starting any implementation, one should establish a good homogeneous naming pattern for every component. It helps identify components quickly without struggling with some hazardous naming. All should be written in English and translation workbench should be used to give the correct output to the end user.
This pattern will help you write workflow rules that can be activated or deactivated based on Profile or Permission Set assigned to user.
This pattern will help you write dynamic validation rules to handle multi-country behavior. It also helps to activate or deactivate the rule based on Profile or Permission Set assigned to user.