Get "SFDC ID" and "SFDC Type" from getLead and getMultipleLeads

Anonymous
Not applicable

Get "SFDC ID" and "SFDC Type" from getLead and getMultipleLeads

getLead and getMultipleLeads doesn't seem to return the "SFDC ID" and "SFDC Type" for the contacts synced from the Salseforce.

How can I get these fields from the getLead/getMultipleLeads API.
Tags (1)
2 REPLIES 2
Anonymous
Not applicable

Re: Get "SFDC ID" and "SFDC Type" from getLead and getMultipleLeads

Raghu
You can only retrieve fields that can go on a form using the APIs.  SFDC ID and Type are not available to the Form editor (or) the APIs, but you can extract them by creating a custom field and copying over the values using the Change Data Value flow action
Anonymous
Not applicable

Re: Get "SFDC ID" and "SFDC Type" from getLead and getMultipleLeads

So Raj,

What you are suggesting is that we duplicate data and create extra fields?  As a large organization, we have been working hard to limit the number of extra fields as we know this will grow large anyway.

Is there no other option?