-
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
Salesforce ERP Integration, a Successful Combination
There are two types of systems whose implementation favors increased efficiency in the business processes of any company, these are: Customer Relationship Management (CRM) systems…
Salesforce Data Migration - Guide to the Best Practices
Movement is a one-time action; when the information is stacked into the Salesforce organization, the relocation task is finished. So it is critical to keep…
Why Do You Need an Ongoing Salesforce Support?
In a large organization, a Salesforce Administrator is a must-have role and often there is more than one person performing this role, depending on the…
Popular Salesforce Videos
100 Hours of Dreamforce on Salesforce+
Mark your calendar… get set… GO! Dreamforce 2021 is coming to you. So let's come together, from wherever you are, to learn, connect, have fun,…
Creation Of An App In Salesforce | Salesforce Development Tutorial
Creation of an app in Salesforce. This video will cover the following points - App Creation Get to know why an app is created. Configuration…
How To Reset Salesforce Security Token?
Salesforce security token is a case-sensitive unique key that is used to work with Salesforce API. In this video I will show you how to…