Workspace: Attachment Related list issue
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-05-2022 08:27 AM
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
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?
Labels:
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2024 02:50 AM
Hi,
You can use below to open in same page.
this.open(url, '_self');
Regards,
Soumya.