Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Forum Posts

Chat support options in esc portal

Hi All, Currently in our Employee center portal ,whenever user starts a coversation and click on Contact Support, and then call support,we are directing to a sharepoint link,but now we want to display the respective countries helpdesk number only,If ...

Kaustubh k by Tera Expert
  • 933 Views
  • 3 replies
  • 0 helpfuls

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 Mega Expert
  • 4145 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
  • 1642 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
  • 1046 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
  • 2926 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
  • 1494 Views
  • 5 replies
  • 1 helpfuls