Tag Archives: Create Account
How to create a sample account in Salesforce using Salesforce API
Step 1: First create the salesforce API. Please refer to my my previous post. Step 2: Try this sample code: //Verify that we are already authenticated, if not //call the login function to do so try { Account account; sObject[] … Continue reading