How to edit the donut cards in the Overview section of UI Builder without creating varient.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2024 09:00 AM
Hi all,
I want to Edit the ServiceDesk landing page. When I click on the editor link. On the top let there is a message "Read only: The page definition has a protection policy".
I want to add donut cards in ServiceDesk landing page without duplicating varient, how can we do this?
How do I turn that off so I can edit the page?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2024 10:29 PM - edited 09-23-2024 11:00 PM
Hi @Shubham S
Service desk landing page uses a client script include to fetch donut configurations, you can override methods in a Non-SNC (Non-ServiceNow Core) client script include. To modify the existing donut information, follow below steps:
- Copy the whole file from the SNC client script include (sys_id: 4c36c1e3b77c3010e69dbc16de11a9a1).
- Paste it into your Non-SNC client script include (sys_id: a1dcc9e7b77c3010e69dbc16de11a93b).
- Modify the JSON information within this getVisualizationConfig method to customize the donut card as per your requirements.
To add a new donut card please follow below detailed document,
Other docs for reference,
Please mark my answer helpful/correct if it helps solve your problem.
Thanks,
Pranitha