add fields on planning console on new project workspace

Amit Garg
Tera Contributor

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. 

1 ACCEPTED SOLUTION

Nootan Bhat
Kilo Sage

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   

View solution in original post

3 REPLIES 3

Nootan Bhat
Kilo Sage

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   

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.

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,