We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Forum Posts

Tickets marked as Invoiced incorrectly

When any user tries to create a ticket from the portal, once the ticket is created, then automatically  Invoiced ticket check box is getting selected, it should only select when ticket route to return back to Servicedesk, but i happening in all the c...

Resolved! priority of client script and ui policy

ui policy        setvisible=trueclient script   setVisible=falseClien script over rides ui policy but for  setmandatory and set readonly ui policy over rides client script so why in first case ,client script over rides ui policy

ROger1143 by Tera Contributor
  • 2590 Views
  • 9 replies
  • 0 helpfuls

Restric access to form throught link

Hi,I’m looking for a way to restrict users from accessing specific forms directly by entering the .do URL (for example:  instance-name.com/incident.do?Even if a user doesn’t have a role to access the module in the application navigator, they can stil...

Pedro33 by Tera Contributor
  • 991 Views
  • 5 replies
  • 0 helpfuls

Hide and Show of MRVS

I have a requirement like there are three MRVS like A and B, and C based on the selection on variable in A MRVS, the second MRVS B and Third MRVS C ,some of the variables to be hidden, could you please help on this, is there a way to do this

mallelakuma by Tera Contributor
  • 650 Views
  • 1 replies
  • 0 helpfuls

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
  • 2216 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 Tera Contributor
  • 1035 Views
  • 5 replies
  • 1 helpfuls