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
45m 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>
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2m 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