- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
I've tried the declarative action suggestion mentioned here, and either it doesn't work or I can't find the right variation being used (have tried all I can find). I need to hide this button in SOW:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @gsimoes ,
Yes, you need to deactivate the New button from the declarative action for workspace lists.
Find below the steps:
Open the below record:
In the below related list below, click on action executions:
using New button, exlude RITM table,
I have tried, this excluded the new button from the list view.
Hope this answers helps you !!
Thanks,
Pradeeep
Regards,
Pradeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Please check this declarative action assignment. It was created on the task table, which is a parent table.
[Link to declarative action assignment record: https://yourinstance.service-now.com/sys_declarative_action_assignment.do?sys_id=17c13e7273131010a0a79329faf6a794&sysparm_view=&sysparm_domain=null&sysparm_domain_scope=null]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Hi @gsimoes,
try the UI Action for sc_req_item (eventually task as it is extending it). And if it is extending task, you will might need to create a new record for sc_req_item and make it not available there
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @gsimoes ,
Yes, you need to deactivate the New button from the declarative action for workspace lists.
Find below the steps:
Open the below record:
In the below related list below, click on action executions:
using New button, exlude RITM table,
I have tried, this excluded the new button from the list view.
Hope this answers helps you !!
Thanks,
Pradeeep
Regards,
Pradeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
@gsimoes - Did you get a chance to look at my answer?
Regards,
Pradeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Thanks for the detailed instructions Pradeep! I knew most of this from my previous efforts, but I really appreciate the screenshots and detailed instructions. The specific link was what I was having trouble identifying. Appreciate the answer.