Ui pages in classic view and workspace view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
58m ago
While ServiceNow successfully loads the UI Page's basic HTML layout inside the workspace modal, the core interactive elements (the list collector boxes, the lock/unlock icons, and the magnifying glass lookups) are completely broken because Workspace does not support the old classic rendering engine.
To fix this and get it working in the workspace without completely rebuilding it in UI Builder, you need to rewrite the code inside your UI Page using Workspace-compatible alternatives.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
32m ago
Could you provide any documentation for creating ui pages on workspace?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
17m ago
Hi,
Check the following links:
https://www.servicenow.com/community/developer-forum/how-to-convert-old-ui-page-to-something-modern-...
https://www.servicenow.com/docs/r/application-development/ui-builder/create-page.html
https://www.servicenow.com/docs/r/api-reference/g_modalClientAPINX.html
If this information was helpful or helped resolve your issue, please mark this response as Helpful and Accept as Solution. It helps other community members find the answer quickly!