How to query Tasks of converted Lead
How to query Tasks of converted Lead
How to query Tasks of converted Lead
Introduction Query on external object is supported with some limitation. Here is Salesforce help article: https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/sforce_api_calls_soql_limits.htm Sample Query SELECT Id, Name__c, OrderNumber__c FROM ExternalOrder__x WHERE Name__c LIKE ‘%Software%’ Additional Notes
Using Describe Method: Consideration Notes: Just a query – After Spring 20 Consideration Notes