We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

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

Forum Posts

Scripting Practice question

//last 3 latest updated incidentvar gr=new GlideRecord('incident');gr.orderByDesc('sys_updated_on');gr.setLimit(3)gr.query();while(gr.next()){    gs.print(gr.number);}// incident group by with assignment groupvar gr=new GlideAggregate('incident');gr....

Prevent linking new incident to closed problems

Hi Team, The selected problem is inactive and problem creation date/time is earlier than the incident creation date/time, then motif the user  with this message   <info message>”the problem is already closed and cannot be reopened ”1. xyz2.abc<info e...

Feroz1 by Tera Contributor
  • 811 Views
  • 6 replies
  • 0 helpfuls

Event Trigger to Assign Record Based on Incoming Reply from End User

Hello @Everyone,I was working on a requirement where I need to trigger a notification to the agent working on a record (INC or RITM). When a reply is received from the end user, the agent should be notified that there is a new response on that partic...

Community Alums by Community Alums  
  • 556 Views
  • 3 replies
  • 0 helpfuls

UI page on Agent workspace

Hi can someone please help me on how can i show the ui page functionality on the agent workspace on click of the UI action. Currently its working on Native UI to mark attachments as internal(u_internal on sys_attachment table) and vice versa. Same fu...

find_real_file.png
Nishant16 by Tera Expert
  • 6471 Views
  • 8 replies
  • 0 helpfuls

Data Archiving - RaptorDB

We are planning to implement Data Archiving in ServiceNow and had a question regarding RaptorDB.Is it necessary to have RaptorDB in order to use Data Archiving effectively, or can archiving be implemented independently on the standard ServiceNow data...

creating kb from incident

HI All  I know and have enabled KB check box when ticked and once incident is closed it creates a draft KB  however how can I customize the kb so that it picks up current template we have for creating any new article ? or at least some fields which w...

karan15 by Tera Contributor
  • 3767 Views
  • 5 replies
  • 0 helpfuls

CI list is empty after submission of incident

Sometime within the last week or two, something has happened/changed to where after an incident is created & submitted, you can not change or add a configuration item as the reference list appears empty. When a ticket is generated via inbound email a...

find_real_file.png find_real_file.png
Cally by Tera Contributor
  • 5875 Views
  • 12 replies
  • 6 helpfuls

Confusion Regarding Notify Module (Twilio)

Hi All, We are trying to implement Notify with Twilio, as part of this we have installed both Notify and Twilio direct driver plugins. Now I am trying to call a number and relay a message. I have explored multiple things but unable to combine them -1...