โ02-01-2022 09:30 AM
Iam trying to send Data from SQL to SalesForce sandbox
There is a mandatory field "Salesforce Internal ID"
Object in SF is " Revenue Data"
What is this Internal ID and where can I get this from
!!!! There is no Id column in SF !!!!
โ02-01-2022 09:40 AM
Classification: Confidential
Hi,
If your action will result in an update (rather than insert) in Salesforce , then you need to first get the Salesforce object and use that internal ID
If your action will result in an insert or create , there is no need to provide internal ID
Thanks,
Muthiah
โ02-01-2022 10:04 AM
What is that Internal id that you are referring, Bcz I don't have any column in SF or SQL as internal id ,
Where should I check that for
โ02-01-2022 10:46 AM
Hi Narayana, could you paste a screenshot please (remove any customer data so its not visible)? So we can see which action/where to check ourselves and help you. Otherwise the internal id is just the ID in salesforce, usually only neded if you update
โ02-01-2022 01:29 PM
When you use Workato to Search the object in Salesforce, the data pill for the internal id is called 'Record Id'. Do you have a data pill called Record Id?