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.

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

Forum Posts

Resolved! Fix script get/update issue (RESOLVED)

Instance: Kingston  Patch 14 I am attempting to update a 'Receiving Slip Line Item' using a 'Fix Script'. Script is as follows: var rcli = new GlideRecord('proc_rec_slip_item'); rcli.get('RCL9999999'); rcli.query(); while (rcli.next()) { gs.log('R...

Resolved! Select Box in Catalog variable not working as expected

Hi Experts,   I have selected select box as variable type in a catalog item and under type specification i have given table and the filed but on item page nothing is coming in the select box. can someone tell what am I doing wrong ?  

find_real_file.png
Learn SN by Tera Contributor
  • 4762 Views
  • 3 replies
  • 0 helpfuls

Redirect to current after submission

I'm currently working on a custom application built from the bottom up and having quite a deal of trouble simply trying to redirect to the record that was just created by the user (on the custom table). Currently there is 1 update business rule and 1...

kungfuu72 by Giga Expert
  • 34598 Views
  • 5 replies
  • 1 helpfuls

Replicate group along with same sys_id in my all instances

I have a requirement. Whenever a group is created in one of my servicenow instance, the group should auto replicate to other instances. My problem is to maintain sys_id of group in all instances if I use REST API to transfer group info. How can I ach...

smruti by Kilo Contributor
  • 2954 Views
  • 7 replies
  • 2 helpfuls

Export all Update sets to XML - UI Action

This code is still in an early access state, unclean but still works. Go ahead and update/improve. Mainly designed for dev instances, not recommended for prod instances unless you can justify its need. It works by using out of the box functionality f...

Untitled.png
restevao by Giga Expert
  • 13957 Views
  • 19 replies
  • 6 helpfuls

Not saving the value entered in the variable editor

Hi All, Has anyone encountered this issue where in the variable editor at the catalog task, whenever I entered a value and hit save or update the value entered is not getting saved? Thanks in advance. Ramel

find_real_file.png
Ramel by Mega Guru
  • 3270 Views
  • 9 replies
  • 2 helpfuls

How to use UI script in service portal.

UI script is not working getting error "Uncaught ReferenceError: Class is not defined" on service Portal, and this error is caused by using the class.create in UI script.   We have include the UI script in Theme.   Any help is much appreciated.   Tha...