ITSM articles
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Articles

Unlock Agent Productivity with ITSM AI Agents (Agentic AI)

While the industry was abuzz in 2024 with the term 'Generative AI', 2025 will be the year for AI Agents. A recent LangChain research survey  revealed over half of companies already use AI agents, with over 75% planning to do so in 2024. Are you consi...

darius_koohmare_0-1733178874644.png darius_koohmare_1-1733178874664.png Screenshot 2024-12-21 at 11.56.30 AM.png Screenshot 2024-12-21 at 11.56.37 AM.png

Embed surveys in Microsoft Outlook

ServiceNow provides an easy way to send your survey to multiple people through email using the the Outlook Actionable Messages plugin. Users can answer the survey questions and submit the survey from the email client instead of opening the survey in ...

find_real_file.png find_real_file.png find_real_file.png
Akash37 by ServiceNow Employee
  • 6875 Views
  • 11 comments
  • 4 helpfuls

Change Management - Lead Times

When implementing Change Management you're always going to need to calculate Lead Time for a Change to be implemented. Lead Time means how much time (in terms of days) are in advance before a Change can be implemented. Key factors are Planned Start D...

find_real_file.png
Oscar Lopez by Mega Guru
  • 20469 Views
  • 9 comments
  • 15 helpfuls

PUSH notifications Setup on ServiceNow Mobile Agent App

This article will help to setup the push notifications for Agent App. Follow below steps. 1. Create applet on the mobile studio under ITSM Mobile Agent or your scoped application. After creation of applet get the sysid of applet go the sys_sg_scree...

Pavankumar4_0-1669808304525.png Pavankumar4_1-1669808389958.png Pavankumar4_2-1669808477054.png Pavankumar4_3-1669808790158.png

Create a Button to add attachment on a ticket

Hi All, In case you are wondering how do I upload an attachment by clicking on a Button in a form please follow below steps:   1. Create UI Action: Navigate to System Defination -> Click on UI Action Module -> Click on Create New   2. Fill all the de...

find_real_file.png find_real_file.png
Chavan AP by Tera Guru
  • 2139 Views
  • 5 comments
  • 10 helpfuls

ServiceNow CSA (Admin) Study Materials

Hi Friends, Few Days back I had posted an article related to ServiceNow Implementation Certification which included the study materials which I had followed to clear the Implementation Certification in ITSM.I am creating this article to attach the sa...

Angshuman3 by Mega Guru
  • 10125 Views
  • 4 comments
  • 33 helpfuls

Add Attachments to the Email Client Template automatically

To add all the attachments in the Email Client Template please follow the below procedure: Create a Business Rule on the sys_email table with conditions before insert. Script :     var att = new GlideRecord('sys_attachment');    att.addQuery('table_s...

Top Contributors