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

Forum Posts

Resolved! Make auto populated field read-only

Hi Community Folks, I have a catalog form with 10 reference fields(from sys_user), I am using a script include a client script to get value based on the selected users, Now if 5 fields have data then have to be read-only and 5 fields doesn't have dat...

REST API for user criteria validation -- catalog items

Dear members, Good Morning! I am working on integration where I am receiving user's 'sys_id' and catalog item's 'sys_id' in request body. The requirement is evaluate user criteria for the user against the item received in request body and return 'tru...

_navin9898 by Tera Expert
  • 2275 Views
  • 3 replies
  • 0 helpfuls

Resolved! How to Restrict past date in Date field - Onchange client script

Hi, i have BR script , it is working fine , there is no problem with BR script, i would like to see this functionality in client script CLIENT SCRIPT -ONCHANGE  BR script:  how can i write it into Client Script var today= new GlideDateTime(); var pas...

chanikya by Mega Sage
  • 9158 Views
  • 21 replies
  • 0 helpfuls

User Input from Service portal

Hi Team,  I am looking for some help. What am i trying to do In service portal: Trying to find a way to Create a user input  What is user input: User will  provide an external ticket number (example JIRA, etc.) Click submit  Once submitted  backend w...

Mahesh Nair by Tera Contributor
  • 2338 Views
  • 4 replies
  • 3 helpfuls

Finding Duplicate Records in CMDB

Hi All, I have implemented script to find out the duplicate records with the help of serial number in background scripts. Please check the below script: gatherDupes(); function gatherDupes() {var gr = new GlideAggregate('cmdb_ci_computer');gr.addAggr...

All Work Notes should be hidden when exporting a record

Hi  Can anyone please help for the below query All Work Notes should be hidden when exporting a record  Req: As a person who works with ISAs, DSAs, TPSRM, Scans, Issues, ARAs and Exceptions, I should be able to hide Work Notes from the exported docum...