We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

Edit General default settings in New Project workspace as true

palak1
Tera Contributor

Hi All, 

 

I have installed 'sn_pw' plugin in my instance. I want to make the general display settings as TRUE/ON by default for every new project.

palak1_1-1690872027013.png

Any Suggestions how can I achieve it. It is totally OOTB workspace as of now, i have only installed the plugin. 

Any suggestion would be really helpful.

#projectworkspace #workspace_customization

3 REPLIES 3

ArithaW
Tera Contributor

Have you figured out how to do this yet?

Anna T_
Tera Expert

Hi @palak1  - any success with this?

 

senawara
Tera Contributor

Hi @palak1 @Anna T_ @ArithaW ,
There is such an option if you override "_getSettingsConfig" function in the OOTB Script Include "ProjectWorkspaceConfig".
You may change the "showSummaryTask" value to the static "true".

Another option would be to override the value for the User Preferences [sys_user_preference] records where the "name=sn_pw_display_summary_task" and the "value=false".