- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2022 04:37 AM - edited 12-21-2022 04:40 AM
I am able to add fields on planning console on old project workspace but could not find documentation on how to add fields on planning console on new project workspace.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2022 04:18 AM - edited 12-22-2022 04:19 AM
Hi @Amit Garg,
Its quite simple in new Project Workspace.
You need to go to Project task list view. Set the view to 'Project Workspace'. And then Right click go to Configure > List Layout.
Add the columns you want. It will be reflected in Project workspace too.
Make sure your scope is 'Project Workspace'.
Please let me know if it helped.
Thanks
Nootan

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2022 04:18 AM - edited 12-22-2022 04:19 AM
Hi @Amit Garg,
Its quite simple in new Project Workspace.
You need to go to Project task list view. Set the view to 'Project Workspace'. And then Right click go to Configure > List Layout.
Add the columns you want. It will be reflected in Project workspace too.
Make sure your scope is 'Project Workspace'.
Please let me know if it helped.
Thanks
Nootan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2022 11:51 PM
Thanks @Nootan Bhat just wondering if there is a way to trigger a transaction on the record if any changes are made through the project worksace. like I modify milestone field and need to update couple more fields.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2022 12:00 AM
Hi @Amit Garg,
All the save actions are handled via REST calls in Project Workspace experience.
The save action is handled in 'ProjectWorkspaceSaveApi' script include.
You can explore this and make necessary changes if required.
Thanks,