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
4 weeks 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>
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks 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
4 weeks ago
so what's the update on the above questions?
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
4 weeks 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.
Please Accept the solution if it assisted you with your question & Mark this response as Helpful.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti