feasibility of removing the classic UI from reporting module

MitaliJain
Tera Contributor

I would like to check the feasibility of removing the classic UI from reporting module.

1. Is it feasible to deactivate this option?
2. Is it feasible to force the new UI on all SNOW users?
3. What is the gap between the old and the new UI to see if we have some regressions that we would not be able to match?

5 REPLIES 5

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @MitaliJain 

 

1. Is it feasible to deactivate this option?

Atul: I doubt we can remove this 
2. Is it feasible to force the new UI on all SNOW users?

Atul: Its not SNOW, its SN or ServiceNow. Yes we can force, you need to change the sys property of Polaris experience and it will applicable for all users.
3. What is the gap between the old and the new UI to see if we have some regressions that we would not be able to match?

Atul: The major difference in look and feel. Like in New UI you will get full or max content area.

Different colour of impersonated user.

Quick Navigations

Fav. can be in different sections. 

 

and much  more. Try the same in PDI @MitaliJain 

 

 

 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Thank you for the answer, will check further on 3rd point and try the same in PDI.

Sure, please keep us posted.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Robbie
Kilo Patron
Kilo Patron

Hi @MitaliJain,

 

This is controlled via a system property (sys_properties table) called: glide.ui.report.old_report_builder

Simply set the value of this to: false

 

If the sys property doesn't exist, it is assumed to be true (AS in allow the old UI). In this case create a new sys property with the name: glide.ui.report.old_report_builder and set the value to false.

 

To help others (or for me to help you more directly), please mark this response correct by clicking on Accept as Solution and/or Helpful.

 

Thanks, Robbie