Custom cards on the landing page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2023 09:56 PM
Hi Team,
We are using SOW and wanted to understand on how to add or modify the below cards on the landing page.
Johnny
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2023 10:33 PM
Hi @JohnnySnow
You can navigate to Now Experience Framework > UI Builder.
Open the experience named Service Operation Workspace [sow], you will see the list of pages in the SOW experience.
Open the Service Desk Landing Page, you will see Overview Viewport. It's calling to a Subpage.
Open it and you will see the Carousel section.
Cheers,
Tai Vu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2023 05:55 AM
Hi @JohnnySnow
To complete this I referred to this documentation: (https://docs.servicenow.com/bundle/vancouver-it-service-management/page/product/service-operations-w...)
In short, you want to modify the SowIncidentLandingPageUtils UX Client Script Include. That script include references the SowIncidentLandingPageUtilsSNC script include which actually contains the code that builds the visualizations. What I did was copy the SowIncidentLandingPageUtilsSNC script into the bottom of the SowIncidentLandingPageUtils script, and then updated SNC portion from there to fit our needs.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2024 07:49 PM
Hello @Bradley Marin - can you pls explain how you have used this SowIncidentLandingPageUtilsSNC script. this part " What I did was copy the SowIncidentLandingPageUtilsSNC script into the bottom of the SowIncidentLandingPageUtils script, and then updated SNC portion from there to fit our needs. "
PaulSylo
Kindly mark "helpful", if this helps, or Mark as "Accepted " if it solves your issues !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2024 08:43 PM
Thanks @Bradley Marin - this is awesome, i got a solution form suggestion!
PaulSylo
Kindly mark "helpful", if this helps, or Mark as "Accepted " if it solves your issues !