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

Forum Posts

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
  • 2889 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
  • 1071 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
  • 726 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
  • 2351 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
  • 1150 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
  • 1458 Views
  • 4 replies
  • 0 helpfuls