-
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 CRM Implementation: Challenges and Solutions
Introduction Many organizations face challenges when implementing or integrating Salesforce CRM into their organization. At this point, you must identify the Salesforce deployment challenges your…
Data Quality Analysis Dashboard App in Salesforce
As you all know about the importance of Data Integration in Salesforce, we should understand that before Data integration, Data Quality analysis and management are…
Knowledge of Salesforce Flow and Different Type of Flows and Its Elements
What are Flows? In Salesforce, a flow is an application that automates complex business processes. Simply put, it collects data and then does something with…
Popular Salesforce Videos
Run Report With Filters from UiPath Studio | Salesforce
New features on Salesforce Activities Extention Package from UiPath MarketPlace: https://connect.uipath.com/marketplace/components/salesforce-activities-extention-package (0:40) Use complex object in the Query and Timeout part of the Setting to…
Salesforce Service Cloud Overview Demo
Service Cloud is a complete service solution built on the Salesforce platform that lets you quickly adapt to change, to deliver trusted service from anywhere.…
Introduction to Lightning Web Component - New Methodology to Develop Lightning Component
Lightning Web Components is the Salesforce implementation of that new breed of lightweight frameworks built on web standards. It leverages custom elements, templates, shadow DOM,…