Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Are UI pages still used today or is it legacy/hjas replacement with something else?

Suggy
Giga Sage

Are UI pages still used today or is it legacy/hjas replacement with something else?

 

1. If its still used today, can I get examples of where its used?

2 .Also can I know where ServiceNow is using UI pages (where its frequently used.. we may be using it today but dont know if its ui page or soemthing)

1 REPLY 1

Community Alums
Not applicable

Hi @Suggy ,

UI pages are still in use but it depends on the use case .UI pages can be used to create and display forms, dialogs, lists, and other UI components.

However, I personally use UI builder for my workspaces and dashboards which is not a replacement/Alternative but depends on requirements .

 

 UI Page and UI Builder are two different things, you cannot re-use anything from one in each other.

 

Simply said:
UI Page = standard html&javascript "page"
UI Builder = platform for building workspaces, based on web components. Totally different engine runs it.

 

UI pages uses HTML or Jelly. You can also create simple AngularJS applications using UI pages.