Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Remove New Project Button from the Project Workspace

Alok Gupta5
Tera Guru

Hello Team,

Any one know how to remove the New Project Button from project workspace @Ankur Bawiskar . This is not coming from $pm_home macro. I have checked.

find_real_file.png

Regards,

Alok Gupta 

5 REPLIES 5

suvro
Mega Sage

You can find that under list actions module

Nop I have checked . It is not present in list action.

yogesh41
ServiceNow Employee

The latest Project workspace is based on new Web Platform. Please explore editing workspace in UI Builder to do any changes in new Project Workspace. 

Please note that any such changes may impact OOB functionalities. 

Yogesh

fgh
Tera Contributor

1. Look for "sn-pm-home" in sys_metadata.list

2. Here you will find "pm_home" (macro)

3. Out-comment this part

<div class="nav navbar-right pull-right">
<div class="navbar-proj-create">
<j:if test="${jvar_can_create_project == 'true'}">
<button title="${gs.getMessage('Create Project')}" type="button" class="btn btn-primary create-proj" role="button" ng-click="createNewEntity()"> ${gs.getMessage('New Project')} </button>
</j:if>
</div>
</div>