How to Hide "New" Button in Timecard Related List in New Project Workspace

Natalia34
Tera Expert

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.

Natalia34_0-1728010038907.png

 

Could anyone guide me on how to achieve this? 

Thank you for your help!

3 REPLIES 3

Kamal17
Kilo Sage

@Natalia34 

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

Pradeep Thipani
Mega Sage

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

"If this response was useful, please select 'Accept as Solution' and mark it as 'Helpful.' This helps me provide better answers and assists the community ".

Regards,
Pradeep

@Pradeep Thipani Question was posted by @Natalia34  😄 not me.