Get "SFDC ID" and "SFDC Type" from getLead and getMultipleLeads | Community
Skip to main content
January 8, 2014
Question

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

  • January 8, 2014
  • 2 replies
  • 788 views
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.
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

January 8, 2014
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
April 28, 2014
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?