The CreatorCon Call for Content is officially open! Get started here.

UI Builder

Rakshanda Kunte
Tera Contributor

Hi All,

 

How can we add more tiles to an existing Dropdown list in homepage using UI builder?

 

 

RakshandaKunte_1-1715522643859.png

 

 

 

Thanks.

1 REPLY 1

James Chun
Kilo Patron

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 -

JamesChun_0-1715544488461.png

  • Select Edit content in the component config pane

JamesChun_3-1715545283878.png

  • 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 - 

JamesChun_1-1715544959113.png

  • The client state parameter workPersonaConfig is populated via some Client Script. Open the Client Scripts tab and select the UpdateDonutsConfig script.

JamesChun_2-1715545095677.png

 

  • 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