Remove New Project Button from the Project Workspace

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2022 03:09 AM
Hello Team,
Any one know how to remove the New Project Button from project workspace
Regards,
Alok Gupta
- Labels:
-
Project Portfolio Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2022 03:20 AM
You can find that under list actions module

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2022 03:25 AM
Nop I have checked . It is not present in list action.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2022 02:15 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2023 10:58 PM
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>