How we can Update default view to “Service in use” instead of “All” in portal widget
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
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>
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
49m ago
which widget is this?
where are you checking this?
share screenshots
Regards,
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
24m ago
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.