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

Forum Posts

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
  • 882 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
  • 607 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
  • 2081 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(...

aditya2byte by Tera Contributor
  • 902 Views
  • 5 replies
  • 1 helpfuls

email.addAddress() not working

Can anyone tell me why this script does not update the 'copied' field in the email log.  The log statement does display the correct email addresses. (function runMailScript(/* GlideRecord */ current, /* TemplatePrinter */ template,          /* Option...

Rachel55 by Mega Guru
  • 1250 Views
  • 4 replies
  • 0 helpfuls