function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
S GogatiS Gogati 

What is the API name for Lead object "Is Email Bounced field" OR how to Query to salesforce

User-added image
Head In CloudHead In Cloud

Hi,

You can not query this field. It is related to the email Deliverability setting.

If bounce management in the email Deliverability setting is activated and an email sent to the lead bounced, the field "Is Email Bounced" becomes true.
you can query the date and time the bounce occurred and the reason for the bounce in a soql query like this:
SELECT id, emailBouncedDate, EmailBouncedReason from lead

Please mark it as best answer if it helps you. Thanks 

S GogatiS Gogati
Thanks for your inputs, Where is the conatct object we are able to query of "Is Email Bounced" with isemailbounced API. And in the leads object  also we are able to see the fields in search results. User-added image
Head In CloudHead In Cloud

This field is available for query in "Contact" object. But not on "lead" and "Account".
You can see all fields which we can get from lead, here:

https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_lead.htm

Please mark the answer as "Solved" if it helps you. 

Thanks S Gopati

S GogatiS Gogati
But how salesforce is displaying the field? Is there any other logic to calculate the value?

Thanks in Advance.
Head In CloudHead In Cloud
There is no other logic behind this field. Salesforce doesn't provide this field on lead object for query. 
You can see here that this field was added in "Contact" in winter 14 release: https://releasenotes.docs.salesforce.com/en-us/winter14/release-notes/rn_186_api_objects.htm