Hi @nameisnani , getvalue always returns the internal name of the choice, it may be the case that for laptop the internal and display value is same and for mobile it is different. To get the display value of selectbox on portal try this.var dv = g_fo...
Hi @nameisnani , Check the below post, it might be what you need. https://www.servicenow.com/community/now-platform-blog/attachment-restriction-utility/ba-p/2284479
Hi @mathumathi , Create a new widgetadd the code in the client script,create new catalog variable of type customadd the widget in the type specifications taboradd the code in the client script of SC Catalog item widget
Hi @Janaki Raman , Try this code, create a widget with this code and add to your catalog item as a variable or add it in the SC catalog item widget. $(document).ready(function() {$(document).on("mouseover mouseenter",".bootstrap-datetimepicker-widget...
Hi @Community Alums ,In your script in linegr.addEncodedQuery('opened_at<javascript:gs.daysAgo("prop")^active!=false');make this changegr.addEncodedQuery('opened_at<javascript:gs.daysAgo(parseInt(prop))^active!=false');