Are UI pages still used today or is it legacy/hjas replacement with something else?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2024 09:49 PM
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)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2024 09:55 PM
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.