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

Forum Posts

Resolved! Planned Start Date Validation

I want to make a Planned Start Date Validation wherein a pop-up message will appear if the selected Planned Start Date is more than 7 days to the current date.   Thanks!

ktjstn by Kilo Expert
  • 3752 Views
  • 10 replies
  • 3 helpfuls

Incident Query Business Rule

I've created a new role called itil_limited. This will be used to give access to some itil users that only need access to incident and requests. I've matched all the similar appropriate applications, modules, and ACL's. When I go in as someone with t...

Capture.JPG
Allison3 by Kilo Guru
  • 5168 Views
  • 4 replies
  • 0 helpfuls

Resolved! Case insensitive Glide Record query

Is there a way to make a glidequery to be case INSENSITIVE?In other words, I want to check if a record already exists based on a user input string.I want to match regardless of case.For example, if the computer name ac123-123 already exists in the da...

Katie A by Mega Guru
  • 9055 Views
  • 5 replies
  • 2 helpfuls

Attaching SLA to incidents where it is not attached

Hi All,   We have some incidents where the SLA definitions did not attach and hence due date is not calculated. The requirement is to run a script(background script/schedule job) to attach SLA based on the priority,e.g:- if Priyority is p4, 'P4 SLA R...

Anurag28 by Kilo Contributor
  • 3369 Views
  • 5 replies
  • 1 helpfuls

Label variable as mandatory on service catalog form

Hi, Currently, we are on Madrid Version. We have a requirement to create the Label Variable and under it, there are multiple checkboxes. Now under every checkbox, there is a single-line text variable "specify existing user id or New" which should bec...

find_real_file.png

Resolved! Calling Script Include from catalog client script

I have below Catalog client script which calls the script include. I'm getting the answer as null function onChange(control, oldValue, newValue, isLoading) { if(newValue == oldValue) { return; } var answer_json = []; var gaj = new GlideAjax('...

Choice table not available for Suggestion field

I have a String field that I want to provide suggestions by choosing Advanced View>Choice List Specification> Choice: Suggestion Choice table: Pick my custom table   However my custom table is not showing in the Choice table drop down.  Some other cu...