This playlist covers all the basics of creating your own app, from a general overview to specific tips and tricks. The videos in this playlist will tell you about reliability, availability and security, developing apps in Studio IDE, give you an over...
I've had a number or requests for this slide deck so have attached it here. Was on the wait list at Knowledge15 but didn't get a chance to actually presentI hope its useful.
This playlist covers the basic components of Event Management, which provides an indication of the system, CMDB status and events.The event management video playlist covers:The DashboardHow to add a manual connectionHow to create a technical serviceH...
Our system logs were being overrun with SOAP call related records. Here is an example below:<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSch...
Go to the workflow editor, go inside of the catalog task that you want the short description to contain specific values of those variables and type the following script:task.short_description = (current.variables.xxx_xxxx_xxxxx + " + " +current.varia...
Hi,Recently we had to solve a situation where certain users weren't supposed to see columns in lists based on their company.Problem: ServiceNow add_to_list ACL operation does not support ACL scripts.Reason: Security checks initiated in ListMechanic S...