Use PDIs? Take our 5-minute survey to help shape the PDI roadmap.

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
  • 1539 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
  • 988 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
  • 2803 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
  • 1449 Views
  • 5 replies
  • 1 helpfuls