How to Hide "New" Button in Timecard Related List in New Project Workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2024 07:47 PM
Hi All,
I’m looking for assistance with customizing the New Project Workspace in ServiceNow. Specifically, I want to hide the "New" button in the Timecard related list on the Details tab.
Could anyone guide me on how to achieve this?
Thank you for your help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2024 08:38 PM
There are multiple ways in which this can be done.
- One way is ACL, For e.g., if your requirement is to prevent the creation of time cards manually by all users or users with certain roles, then it's better to use ACL instead of just disabling the 'New' button.
- But if you just want to hide the 'New' button in workspace, you can refer to following SN article.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0830000
PS: Hit "Correct", "Helpful" or "Like" depending on the impact of the response.
Regards,
Kamal S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2024 09:49 PM - edited 10-03-2024 09:53 PM
Hi @Natalia34 ,
You can hide the new button from the declarative action assignment table "sys_declarative_action_assignment", by opening the respective table where the button has been enabled. Let me know for any questions!
Thanks,
Pradeep
Regards,
Pradeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2024 09:52 PM
@Pradeep Thipani Question was posted by @Natalia34 😄 not me.