Setting up Named Credentials in SalesforceNamed Credentials in Salesforce are a great way of decoupling the API endpoint setup from the code. The named credential holds the…Jul 13, 2023Jul 13, 2023
Disabling triggers without deactivating themThere are various scenarios in which we faced with the decision of disabling triggers. When mass loading data into an object, e.g. loading…Mar 14, 2022Mar 14, 2022
Merge Conflicts in GITIf you use GIT as source control, you would most probably have run into merge conflicts.Sep 25, 2021Sep 25, 2021
How to test for exceptions in unit tests?If your code is expected to throw an exception, how do you write a unit test to cover such a scenario?May 22, 2021May 22, 2021
How to Select DISTINCT values in SOQLHave you ever had the need to retrieve distinct values from your database table in Salesforce and been stuck as SOQL does not provide the…May 6, 2021May 6, 2021
PMD and SalesforcePMD is a static code analysis tool, a great way to impose simple coding standards making code reviews more efficient. For instance, how…May 6, 2021May 6, 2021
Disabling a command button on click in VisualForceKeyWords: #VisualForce, #ActionSupport, #CommandButton, #SalesforceApr 30, 2021Apr 30, 2021