-
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
5 Things To Consider When Switching From Salesforce Classic To Lightning
Are you still, using Salesforce Classic? If yes, don't hold your breath for anything "new and exciting" to arrive anytime soon. The best method to…
Custom "Range of Years" for "Standard Date Field" in Salesforce
Have you ever noticed that the standard date field shows year Range to only up to 7 years? What if we want that Range to…
Salesforce CRM – Key Features & Benefits
When it comes to CRM, Salesforce is the first name that comes to our mind. Currently, Salesforce is dominating the market for customer relationship software.…
Popular Salesforce Videos
All About Salesforce Web Chat
Salesforce webchat help customer interacts with the support team. It also improves the support experience for customers. It is very easy to set up the…
Salesforce Winter'21 New Apex Features
So wait is over... In this tutorial we would discuss many new Apex Features as below : Use Safe Navigation Operator PATCH HTTP Method in…
Build a Discount Approval Process | Step by Step Guide | Trailhead Project
Building a robust discount approval process is the first step in getting a grip of price discounts that are eating into profit. In this video…