UI Builder
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2024 07:05 AM
Hi All,
How can we add more tiles to an existing Dropdown list in homepage using UI builder?
Thanks.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2024 01:20 PM - edited 05-12-2024 01:21 PM
Hi @Rakshanda Kunte,
I think this is going to require some customization,
- Open the Landing page in the UI Builder and select the Overview Viewport component -
- Select Edit content in the component config pane
- Open the Service desk landing page overview SNC sub-page
- Select the Dropdown component and you can see that the dropdown list is created from a Data resource -
- The client state parameter workPersonaConfig is populated via some Client Script. Open the Client Scripts tab and select the UpdateDonutsConfig script.
- We can see that the workPersonaConfig object is created via a UX Client Script Include [sys_ux_client_script_include] - SowIncidentLandingPageUtils
There could be an easier way of configuring this but I think you will have to customize the SowIncidentLandingPageUtils UX Client script include to achieve your requirements.
Cheers