Salesforce programming

May 8, 2018

Salesforce Coding II: Too Many Triggers?

in: , Tagged: , , , , , ,

When was the last time you took stock of the custom code in your Salesforce org? If it’s been a while, now might be the time to check on your triggers. Older Salesforce orgs may have evolved to include more than one trigger per object. This can cause unpredictable behavior, which is never a good […]

Read More

April 23, 2018

3 Considerations for Salesforce Coding

in: , Tagged: , , ,

Sooner or later, in the Salesforce ecosystem, you will find yourself writing code to customize a Salesforce organization. There are plenty of references about the Apex programming language, which is Salesforce’s Java-esque proprietary language for controllers and triggers. Of course, you’ll follow general programming best practices. You’ll also want to keep a few things top-of-mind […]

Read More