Workspace: Attachment Related list issue

kashifansari07
Tera Expert

We have been facing issue with our Attachments Related List on a Case on Agent Workspace which correctly shows all attachments on the table, however when i click on the attachment it opens up the record details in a new tab while i dont see the attachment can be opened or saved locally on the system

find_real_file.png

When i click on the File name, i see the below screen, can someone suggest how can i open the file in a new tab or save locally the file on the system, On Native UI it seems to work fine?

find_real_file.png

5 REPLIES 5

Hi,

 

You can use below to open in same page.

this.open(url, '_self');

 

Regards,

Soumya.