Find Offers with Attachments linked to them (CGC e CTE)

PHOTO EMBED

Wed Apr 19 2023 08:37:52 GMT+0000 (Coordinated Universal Time)

Saved by @atsigkas

select Id,Name,Name__c,
(SELECT Id FROM CombinedAttachments where id!=null)
from Offer__c 
order by CreatedDate desc
content_copyCOPY