
TechiMonster45
How to find string in the List collector Selected values?
Hi, something like this in server side script [apcode language="jscript"] var value = current.variables.variableName.getDisplayValue(); if(value.indexOf('GoogleProduction') > -1){ //...
How do I hide submit button on Service Catalog for some options.
Try this in Onsubmit catalog client script [apcode language="jscript"] function onSubmit() { //Type appropriate comment here, and begin script below if (g_form.getValue('what_would_you_like_to_do')...
Unable to add custom logo in workspace
I was able to achieve this. Please find the below steps to add logo to your custom workspace in Quebec version: 1. Navigate to your custom workspace. Click configure workspace. 2. Which will open UX...
How to set the outage end date with incident resolved date plus 24 hrs
Hi, to add 24hours you need to use addDays(1) Updated script below 1) since your BR runs when state changes to Resolved; so you can add 1 Day to the current time i.e. 24hours [apcode language="jscript"]...
Convert UI Page as PDF and Download
Hi, Please refer the below link https://community.servicenow.com/community?id=community_question&sys_id=120436711bb9f700d01143f6fe4bcb18 https://community.servicenow.com/community?id=community_article&sys_id=ba5c2aa1dbd0dbc01dcaf3231f961932