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

Is Force.com a real PaaS?

in: , Tagged: , , , ,

Cloud computing, with its related software, platform, and infrastructure service models, has changed the way people use technology. It’s so common that many people don’t think about, say, webmail or online document sharing as a cloud computing service; it’s just a normal part of the landscape. Both individuals and organizations use many cloud computing services. While […]

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

April 6, 2018

When to develop your app with hybrid tools

in: , , , , Tagged: , , , , , , , , ,

So you want to build a mobile app. Should you choose native or hybrid mobile application development? Each choice has advantages depending on your projected use and time to market. What is a hybrid mobile application? Mobile apps generally fall into two categories, native and cross-platform or “hybrid”. A native mobile application is just what […]

Read More

April 6, 2018

Improving Salesforce User Adoption

in: , , Tagged: , , , , ,

Salesforce User Adoption, Part II: Improving Salesforce User Adoption Creating a great Salesforce app for your team is only part of the solution; the other part is getting your team to use the app. The best tool in the world is useless if it’s not used! You’ve seen plenty of tips about signs your team […]

Read More