- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2022 09:38 AM
I am using a extended table from case table so wanted to exclude 'New' Button from case table and only enable for the extended table but doesn't seem to work. I have added in action exclusions list for 'New' Declarative Action Assignment and also uncheck active part to just test. But no matter what, 'New' Button doesn't seem to go away in Agent workspace.
Are there other places I need to edit?
Solved! Go to Solution.
- Labels:
-
Agent Workspace

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2022 05:47 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2022 05:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-12-2023 03:03 PM
That link is to the documentation for Declarative Actions, and does not have any info or links to information about excluding an action for a particular table. Could you provide any additional information?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2023 07:05 AM
Hi Howard,
This is the step I got as a solution.
Navigate to Workspace Experience-List actions- Check New Button on Task table- Advance Conditions in script give the condition as current.getTableName() !== "Tablename". For the table you want hide the new button.
thanks,
Elena