Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

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  
  • 2277 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
  • 713 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. ...

Resolved! Database view - ESX servers and dependencies

Hi,   Created a view to list all ESX servers (from the cmdb_ci_esx_server table), connect it with the relationship table (cmdb_rel_ci ). The objective is to get all the (1) ESX Servers, (2) their Vcenter Reference, and (3) business services (cmdb_ci_...

bigfissy by Tera Expert
  • 1274 Views
  • 1 replies
  • 1 helpfuls