ServiceNow News
792 items
Hello Community Members,
In this video, I will cover scenario-based solutions which our implementations might require in various projects.
I have explained how to utilize json\_view & no\_truncat...
Use of json_view & no_truncate as Dictionary Attributes
Import
·
over 3 years
www.servicenow.com
cache
switch (newValue) {case "inquiry":control.style = 'background-color: green';break;case "software":control.style = 'background-color: orange';break;case "hardware":control.style = 'background-color:...
Make Choice Field color change based on category values using Client Scripts
Import
·
over 3 years
www.servicenow.com
cache
// Add your code herevar incAtt = new GlideRecord('sys\_attachment');incAtt.addQuery('table\_sys\_id', current.sys\_id);incAtt.query();if (!incAtt.hasNext()) {gs.addErrorMessage('Please add attachm...
Make Attachments Mandatory in Incident using Business Rules
Import
·
over 3 years
www.servicenow.com
cache