You need to sign in to do that
Don't have an account?
Niki_16
SOQL to retrieve Leads/Contacts that are available by deafult in a salesforce account.
I want an SOQL to filter out those leads and contacts that are added by salesfor in a salesforce account. Kindly help.
select Id from Lead where OwnerId != [filter out userId]
(???)