UI builder query

Rakshanda Kunte
Tera Contributor

Hi All,

 

How can we add more choices to the list. Selecting something new will result in a new set of tiles presented below dropdown list using UI Builder?

RakshandaKunte_0-1717397660529.png

 

 

Thanks. 

2 REPLIES 2

Community Alums
Not applicable

Hi @Rakshanda Kunte ,

You may follow below

1. open UX Client Script Include (sys_ux_client_script_include) "SowIncidentLandingPageUtilsSNC"

SandeepDutta_0-1717402460739.png

 

2. Override method "getWorkPersonaConfig" to have "defaultSelected": ["your_team_work"], in non snc version "SowIncidentLandingPageUtils"

SandeepDutta_1-1717402494120.png

 

3. You may follow this to understand how to override(https://www.servicenow.com/community/itsm-articles/configuration-activities-for-service-operations-w...

 

Hi @Community Alums ,

Thanks for providing your inputs.

 

How we can remove the read only so that we can edit this UX client script?

 

RK1111_1-1718103552294.png

 

Thanks.