Guided Learning: ITSM fundamentals
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! Copy of Variable

Hello All,   Is it possible to copy a variable  via scripting? I have created UI page which is taking values from respective table  Please see below popup screenshot for reference. I need to create copy of selected above variable to below catalog it...

shraddhaDSawant_0-1700730054952.png shraddhaDSawant_1-1700730151937.png
Community Alums by Community Alums  
  • 1551 Views
  • 3 replies
  • 1 helpfuls

Resolved! gliderecord script

Hi, I have a piece of code whihc find out the active users with no roles and its working perfectlyvar x = new GlideRecord('sys_user');x.addEncodedQuery('active=true^sys_id!=javascript:getRoledUsers();');x.query();while(x.next()){    gs.print(x....

saini123 by Tera Contributor
  • 348 Views
  • 1 replies
  • 0 helpfuls

SLA

We had a requirement to create a SLA for one of the catalog item. In that catalog we have 2 choices, for 1st choice it has a sctask which has 5 days of SLA. And for 2nd choice we have 2 sctask, 1 sctask has 6 days SLA and another one had 5 days SLA. ...