Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

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

Forum Posts

Feature Suggestions

Feature Add Idea: Not just for incidents but any entity in servicenow that I can assign myself as taking ownership of the item but please consider adding a button labeled something like "Take Ownership" or whatever you want it to be that once pressed...

jbruns2019 by Mega Expert
  • 2679 Views
  • 12 replies
  • 0 helpfuls

Resolved! in custom table i want to prevent sumbit if start date(custom field) is > end date(custom field)

function onChange(control, oldValue, newValue, isLoading, isTemplate) {   if (isLoading || newValue === '') {      return;   }   var s=g_form.getValue('u_sdate');   var e=g_form.getValue('u_edate');   var flag=0;   if(e<s)   {    g_form.showFieldMsg(...

ROger1143 by Mega Expert
  • 1377 Views
  • 5 replies
  • 1 helpfuls

Resolved! Best way to store update sets

We are cloning prod back to dev soon and I have an update set in dev that isnt ready to be promoted. What is the best way to store this update set until after the clone and re apply it?

joshmorris by Tera Guru
  • 3561 Views
  • 4 replies
  • 0 helpfuls