- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2022 02:00 PM
We have a widget developed in AngularJS and now we need to add the same in the landing page of Agent workspace. However, in the UI builder, I don't see any option to add custom widget. I am also wondering if there is any way to add the same in the list view?
Any idea?
Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2022 07:28 PM
Hi TT
the reason is, that the Agent Workspace is built on a completely different technology and thus you cannot add AgularJS-based widgets.
Instead you have to build Next Experience components. See https://docs.servicenow.com/bundle/sandiego-application-development/page/build/components/concept/cu... for a starting point.
Kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2022 07:28 PM
Hi TT
the reason is, that the Agent Workspace is built on a completely different technology and thus you cannot add AgularJS-based widgets.
Instead you have to build Next Experience components. See https://docs.servicenow.com/bundle/sandiego-application-development/page/build/components/concept/cu... for a starting point.
Kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2022 05:18 AM
Thank you, not sure but there isn't any reference of adding programmable component. For example, we need to add a component which takes input as name and shows message "Hello, <username>".