Category: Salesforce
-
Navigating SQL Hierarchies: Finding the Ultimate Parent
Untangling the web of parent-child relationships across multiple hierarchical levels can be challenging, yet it’s crucial for insightful data analysis. Frequently, we need to identify the apex of these hierarchies, the ‘ultimate parent’, in order to group data for analysis. However, the unpredictable number of levels within these hierarchies can complicate this task. In this…
-
How I use Salesforce as a Simple Campaign Outreach Tool
The Salesforce Campaign object is a great way to bucket contacts for mass outreach. However, there are limited ways to actually getting contacts assigned to a campaign. In this project, I’ll discuss the Salesforce limitations and how I can get around them using the Salesforce API and Python.
-
How to Set a Blank or Null Date using the Simple Salesforce Python Package
Dates are tricky are in Salesforce and in this post I will walk you through how to set a date to Blank or Null using the Simple Salesforce Python Package.
-
Bulk Update Records in Salesforce using the API in Python
Leverage Python and the Salesforce API to efficiently manage and clean your data.
-
Getting Started with the Salesforce API in Python
Python can make managing Salesforce data a breeze. In this post, I’ll show you how to get connected, retrieve data from salesforce, and then load it into a Pandas dataframe.