Salesforce programming
May 8, 2018
Salesforce Coding II: Too Many Triggers?
in: Programming, Software Tagged: Apex Triggers, sales force developer, salesforce, salesforce automation, Salesforce coding, Salesforce programming, salesforce triggers
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 […]
April 23, 2018
3 Considerations for Salesforce Coding
in: Programming, Software Tagged: salesforce, Salesforce coding, Salesforce development, Salesforce programming
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 […]