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

Forum Posts

Smart Assessment Engine

In Smart Assessment Engine, I need to conditionally show or hide sections (for example based on an incident state field). Section one and two should display if the incident closes as complete, but section three and four should display if it closes as...

I want to hide the some lanes from agile board

Hi All,I want to hide some lanes from agile board like Draft and Ready for Testing.Specifically for particular Groups.For Group A i want to have Draft and Ready for testing in the Story board lanes.But For Group B I don't want Draft and Ready for tes...

NeethuB by Tera Contributor
  • 648 Views
  • 8 replies
  • 0 helpfuls

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
  • 548 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  
  • 378 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
  • 5872 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
  • 3210 Views
  • 5 replies
  • 0 helpfuls