Hi everyone,
Anyone knows how to open an attachment from another folder in version 9? In version 7.6 you could create a hyperlink to open an attachment from another folder like this:
var newURL = "eReadAttachment.ashx?Service=" + urlEncode(eServiceName);
newURL += "&AttachmentFile=" + ntFileHex;
newURL += "&AttachmentType=Folder" + "&AttachmentOwner=" + sFolderID;
This approach does not seems to work in version 9. Anyone who has a solution to this?
Appreciate any help,
Best regards,
Magnus