How we can Update default view to “Service in use” instead of “All” in portal widget
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2026 10:17 PM
How we can Update default view to “Service in use” instead of “All” in portal widget. please let me know how we can do that
HTML:
<div class="form-inline" ng-if="data.dataTableWidget && !data.invalid_table && tab == 1" style="text-align:right;">
<label class="control-label hidden-xs" for="view">${View}</label>
<select id="view" ng-model="c.viewFilter" class="form-control sc-basic-select" ng-change="c.changeView()" style="width:80%">
<option value="all">${All}</option>
<option value="inUse">${Services in use}</option>
<option value="onOrder">${Services currently on order}</option>
<option value="retired">${Services no longer in use (retired)}</option>
</select>
</div>
</div>
</div>
</div>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2026 10:59 PM
which widget is this?
where are you checking this?
share screenshots
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2026 01:08 AM
so what's the update on the above questions?
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2026 11:24 PM
Hi @mani55
Go to widget , you are checking. If it is OOB ->Clone that widget , then update it in client controller to get reflected.
Make sure you are mapping properly this new widget id to the page.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti