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

Forum Posts

Resolved! Calculate date difference in scoped application

Hi Everyone, My incident module is in scoped application and SLA record is in global scope I am looking for below difference Date = Incident created date - Incident Resolved Date Date1 = Incident SLA Paused duration date Final Date = Date - Date1 (Fi...

Gowtham29 by Tera Expert
  • 3369 Views
  • 4 replies
  • 1 helpfuls

Restore deleted catalog item and variables

I have Accidentially deleted catalog item in DevelopmentI tried using the below articles but the Export option is not available in the production sitehttps://community.servicenow.com/thread/244417?q=Restore%20deleted%20catalog%20item%20and%20variable...

ivopetrov by Kilo Explorer
  • 4908 Views
  • 4 replies
  • 7 helpfuls

Resolved! Retrieve user information when opening a catalog item form

Hello experts, I am creating a catalog item in which there is some information that needs to be loaded with any user when opening the form, could you guide me on how to retrieve any user: *Employee Number *Department *Position I have a client script ...

find_real_file.png find_real_file.png find_real_file.png
jesusnava by Giga Expert
  • 4461 Views
  • 6 replies
  • 0 helpfuls

Approval is getting cancelled after rejecting

After rejecting the approval the "sysapproval_approver", request is getting cancelled instead Rejecting. i have set run script activity in the workflow if the approval is rejected. var c_task = new GlideRecord('sysapproval_approver');c_task.addQuery(...

lakng by Tera Contributor
  • 1830 Views
  • 3 replies
  • 0 helpfuls

Request Item won't change state to Closed Complete

Hello all Since our update to New York we have had a problem with our request workflow.Task item (in sc_task table) is opened from service portal an our agents can access the record. By clicking on close task button, the task item changes to closed c...

Resolved! Workflows: Triggered before or after record is inserted/updated to database

Hi ServiceNow Community, This seems like a simple question that I hope someone can help with. If I have a workflow attached to say, the [sys_user] table, is the workflow triggered before or after the record has been committed to the database?   The r...

Community Alums by Community Alums  
  • 1516 Views
  • 3 replies
  • 1 helpfuls

Resolved! Setting Catalog Item variables via ReST

I have a requirement to update some variables on a request item via ReST after the item has been logged by an end-user. I can successfully set the standard fields, but not the variables. When I pass the below body into my PATCH command, the descripti...