-
What is the use of External Id in Salesforce?
I have seen a Java Application which is making callouts to Salesforce. While making callouts it uses external Id field which gets populated as soon as record gets created in salesforce.
SalesforceConnector.patchPatientInSalesforce("/services/data/v20.0/sobjects/Contact/SQL_External_Id__c/" + ws.getPatientId(),contactObject.toString());
where contactObject.toString() is the JSON format of the record.
Log In to reply.
Popular Salesforce Blogs
Approval Process in Salesforce - A Short Guide
Hello everyone, in this Blog we will discuss Approval Process. An Approval process in Salesforce automates how records are approved inside our org. It allows…
Salesforce Lightning Dialer | Boost Sales productivity by making hassle-free calls
In spite of the rapid and continuous advancement in the realms of communication with new platforms and new channels mushrooming all around us, telephones still…
All You Need to Know About Creating Free Salesforce Developer Account
Are you struggling to create a Free Salesforce Developer Account? Do you think you could not find the right resources to guide you step-wise free…
Popular Salesforce Videos
Salesforce Admin Training: How to add custom fields in salesforce ?
Salesforce Custom fields :- Up to now we have created custom app, custom object and now we are going to create Salesforce custom fields. When…
Salesforce CPQ from Scratch
CPQ Salesforce, or Configure, Price, Quote Software by Salesforce is a sales tool for companies to provide accurate pricing with any given product configuration scenario.…
About Queueable Apex | Asynchronous Apex in Salesforce | Learn Salesforce Development
Queueable apex is an asynchronous apex method. It's similar to the @future method. By using this queueable interface, we can process an Apex that runs…