How to open a URL via background script or download large amount of attachments from multiple records via script
I have a need to download the attachment from approximately 1000 records that are on a table. I can do a query to sys_attachment in a background script to return these records, but I am unable to find a way to either "open" this records via script (...
