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
  • 647 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  
  • 446 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
  • 6108 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
  • 3427 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
  • 5149 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...

Restrict global search for a table

I need to restrict global search for custom table that is externed task, there is a Read ACL that is giving access to admins, but i want to restrict the global search admins.i have added this table in glide.ui.no_text_search property list still not w...

sasi by Tera Contributor
  • 686 Views
  • 2 replies
  • 0 helpfuls

Credential password update using schedule job

Hi All,I have a requirement where a credential in All → Credentials should have its password updated automatically every month in a specific format (for example: Doraemon@MMYY like Doreamon@0526, Doreamon@0626 ....).I created a scheduled job script i...

udaykumarko_0-1776711938946.png udaykumarko_1-1776711983661.png
udaykumarko by Tera Contributor
  • 435 Views
  • 1 replies
  • 1 helpfuls