Working with Salesforce Objects
Overview
Fetching Data using custom SQL queries
fetch the records from salesforce where
the query is "SELECT Id, Email FROM Contact"Fetching Data using Direct Queries
get salesforce's leads whose annual revenue is less than 1000000000Creating and Modifying Salesforce Objects
Adding New Records
the opportunity is
the name is "New Deal"
the close date is "2023-12-31"
the stage is "Prospecting"
add the opportunity in salesforceUpdating Existing Records
Deleting Salesforce Objects
Single Deletion
Creating a new lead in Salesforce
Last updated
Was this helpful?
