
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2024 05:44 AM
Hi All,
Requirement is to show a Export to excel button in the Related link /"Impacted details" section which will export the details in excel sheet.
I have created classic UI action and added code only for workspace in workspace tab. (refer snap). Is my approach is correct ? I am new to the Workspace 🙂
My ask is, what will be the table name do I need to select ?
How to add/show that button in specific section / tab in workspace ?
Regards,
Virendra
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2024 02:45 AM
so this would be a related list action. you need to create the related list action under this table and the option for implemented as would be 'client script' and you can write the logic to export the details in excel.
Find below two images for reference.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2024 09:33 AM
Can you exactly show where you want to add this button? Is it on the form beside other UI actions button?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2024 10:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2024 02:45 AM
so this would be a related list action. you need to create the related list action under this table and the option for implemented as would be 'client script' and you can write the logic to export the details in excel.
Find below two images for reference.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2024 02:18 AM
Thank you @Dibyaratnam