UI builder query
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2024 11:54 PM
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?
Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2024 01:15 AM
Hi @Rakshanda Kunte ,
You may follow below
1. open UX Client Script Include (sys_ux_client_script_include) "SowIncidentLandingPageUtilsSNC"
2. Override method "getWorkPersonaConfig" to have "defaultSelected": ["your_team_work"], in non snc version "SowIncidentLandingPageUtils"
3. You may follow this to understand how to override(https://www.servicenow.com/community/itsm-articles/configuration-activities-for-service-operations-w...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2024 04:00 AM
Hi @Community Alums ,
Thanks for providing your inputs.
How we can remove the read only so that we can edit this UX client script?
Thanks.