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

Forum Posts

Resolved! ATF

I have to write a test step in ATF when I submit the catalog item it will go to an assignment group, so I need to impersonate any one of the users in the group hence I can't use manual impersonation of the user to avoid warnings.Please suggest me the...

Anantha27 by Mega Guru
  • 1566 Views
  • 10 replies
  • 20 helpfuls

Add hyperlink at the script action for additional comments

Hi, I would like to add a hyperlink to this var comment code below:  current:  var comments = "tickets have been successfully created. Please refer to the RITM number below. For any further inquiries, please send a new email to abc@defg.com. This tic...

susunow by Tera Contributor
  • 345 Views
  • 1 replies
  • 0 helpfuls

Writing a script to print duplicate servers

// Define the CI classes to search for duplicatesvar ciClasses = ['cmdb_ci_win_server', 'cmdb_ci_linux_server']; // Function to find and print duplicate CIsfunction findDuplicates(ciClass) {    var gr = new GlideRecord(ciClass);    gr.addQuery('insta...

JaganR by Tera Contributor
  • 474 Views
  • 6 replies
  • 0 helpfuls