Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

Strategic Portfolio Management

kamleshdh
Tera Contributor

when I create a new project, it opens in the Workspace. An OOB popup appears in SPM, where I fill in all the required details. Currently, after submitting the popup, it redirects to the Planning page. I want to change this behavior so that, after completing the required details, it redirects to the Project Details page instead of Planning.

3 REPLIES 3

HarishKumar6668
Kilo Sage

Hi @kamleshdh ,

I have provided a solution for this in the community post below. I believe you may have been the one who asked the question previously.

Project Workspace

If you find the solution helpful, please mark the response as Helpful and Accept the Solution.

Regards,
Harish

Thanks for your help. However, the approach you suggested uses an OOB script, and any minor future updates could potentially impact the customization. Is there any alternative approach we could consider that would avoid this dependency?
 

Hi @kamleshdh ,

No, I backtracked this from UI Builder to the Script Include, but I couldn't find any system property or table configuration that controls the order or default opening behavior.

The only option I found is to override the getPlannerSubPageItems method in the ProjectWorkspaceHelper Script Include.

If you find the solution helpful, please mark the response as Helpful and Accept the Solution.

Regards,
Harish