Create Widget data grid and button in UI builder
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2023 08:10 PM
Hi,
I'm trying to replicate a workspace similar to the "Service Operation Workspace", but I'm unsure how to create a Widget Data Grid that can display and reflect data from the Donut Chart (as seen in the picture). Is there a specific component for this? Additionally, I'd like to know how to create a button that allows users to switch between group data. Any help or suggestions would be greatly appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2024 05:05 AM
Hi Sam,
I don’t know if you’re still looking for a way to do this – if that’s the case I hope the following links can help:
Solved: Re: Please help me configure the use case in Servi... - ServiceNow Community
Modify the donut cards in the Overview section (servicenow.com)
From what I could understand, the “simpler” way to do this is to duplicate the OOTB page and then to proceed with your customizations.
Furthermore, these two UX Script Includes have a lot of info about the components and the data that’s displayed on the page: SowIncidentLandingPageUtils and SowIncidentLandingPageUtilsSNC.
Hope it helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2024 12:16 PM
Hi @Sam M ,
1. OOTB landing page uses EVAM component to create card's grid, you may follow below doc and search for similar resources for EVAM component
2. OOTB landing page implementation is covered in details in the below document
3. For switching between groups you may use dropdown component and on dropdown value selection can dynamically pass visualization component(donut) query to load different data
Please mark it helpful, if it answers your query.
Thanks,
Haseeb Ahmed