Apr 27, 2020 | Python, Simple-Salesforce
In part 3 of the simple-salesforce tutorial series, we are going to learn how to create, delete, update, and upsert records. Buy Me a Coffee? Your support is much appreciated! PayPal Me: https://www.paypal.me/jiejenn/5 Venmo: @Jie-Jenn Source Code: import json import...
Apr 27, 2020 | Python, Simple-Salesforce
In part 2 of the simple-salesforce tutorial series, we are going to learn how to query records by passing SOQL and SOSL statements. Buy Me a Coffee? Your support is much appreciated! PayPal Me: https://www.paypal.me/jiejenn/5 Venmo: @Jie-Jenn Source Code: import json...
Apr 27, 2020 | Python, Simple-Salesforce
In part 1 of the simple-salesforce tutorial series, we are going to learn how to use simple-salesforce Python library to work with Salesforce. Simple-Salesforce is a lightweight Python library designed to provide an easy solution to work with Salesforce REST API. This...