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
sia thiripo 1sia thiripo 1 

I need a SOQL querie for fetching the list of Task names containing Files.

ANUTEJANUTEJ (Salesforce Developers) 
Hi Sia,

>> https://salesforce.stackexchange.com/questions/36550/loading-attachment-with-parent-type-using-soql

I found the above link regarding "
Loading Attachment With Parent Type Using SOQL
Ask Question".

Let me know if it helps you and close your query by marking it as solved so that it can help others in the future.  

Thanks.
ravi soniravi soni
Hi sia,
try this following Query
SELECT Id, WhoId, Subject FROM Task Where Subject Like '%File%'
Let me know if it's helps you and mark best of this answer