The Data Export Automation problem Salesforce provides a simple interface to schedule mass data exports of objects into CSV format in a weekly/monthly basis. These exports are great, but lack the API interfaces of the rest platform that would allow super admins to automate the download of the resulting files. This page is not available … Continue reading Automate your Salesforce Data Exports with Python (force-backup-automator)
CPQ Ninja: Disable subscription proration calculations for specific products
Configuring products in Salesforce CPQ is one of the most challenging tasks in the platform. It is extremely important to set up your pricing model correctly to allow your organization to use CPQ to its full potential without a lot of customizations. In this document I will cover a very common pricing scenario where it … Continue reading CPQ Ninja: Disable subscription proration calculations for specific products
Build your New Year’s resolution App with React Native + Heroku
I decided to write this article to help share a blueprint of tools and steps to follow if you want to build your own. I hope this helps encourage the community take the first steps on building an app either for personal use, for a small businesses or just to learn new technologies.
Salesforce Performance Series: The forgotten art of APEX trigger frameworks
This article will walk you through APEX trigger frameworks and how they can make you and your team successful. Trigger frameworks can seem daunting at first but they are really powerful to get the most out of your Salesforce org.