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
asadimasadim 

Printing attachments

Hi,

 

Any ideas how I can print an Attachment given I know the url to it? The url to an Attachment is something like:

https://na3.salesforce.com/servlet/servlet.FileDownload?file=00PA0000002Dlc5

 

The Documents.Open() method takes in a url, and the above url doesn't work.

TheCustomCloudTheCustomCloud

Anyone know of a good way to do this?