Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

Record Producer attachment copy to Demand

Hello,I have a record producer that allows the user to attach a document. The record producer is used to create a Demand record. The attached file is not showing up on the opened demand. I did research and found information on the GlideSysAttachment....

kendall_lin by Giga Contributor
  • 1854 Views
  • 8 replies
  • 1 helpfuls

Resolved! How do I get the current domain in a client script

We have a domain separated instance. I need to get the domain within a client side script. How can I get the domain name or the domain sys_id in a client side script. I don't want the one that the user's account is assigned to. I want the one that is...

Specifying fields in CSV export

Hi,I'm pretty new to developing with ServiceNow so any pointers on this one would be much appreciated. I'm creating a Google Apps Script writing a script that needs to be able to do an HTTP request to pull out a CSV of a search on Service Now. I have...

finlay by Kilo Explorer
  • 2772 Views
  • 6 replies
  • 0 helpfuls

How to call script include URL(argument) of link type

PFB, screen shot. Coding I used in script Include. Here I am returning entire argument in script include as query parameter also populating dynamically based on logged in user. Please help me in resolving this. I am getting blank page.Script Include ...

find_real_file.png

Getting started with Import Sets

I'm just getting started with ServiceNow.   I'm trying to import data from our current homegrown system. I created an import set and a transformation map from a csv.   I have lot of records that are "pending". What do I do next? Where can I find "ste...

bostrow by Giga Contributor
  • 4025 Views
  • 7 replies
  • 3 helpfuls

Resolved! Hide fields on form (via onLoad client script) not working ...

HI,I need to hilde some fields on a form view - dependend on values of the same table, but NOT visible on the current view.I need to use a client script due to other reasons - so NO UI policy can be used - has to be via the client script.When adding ...

Zod by Giga Guru
  • 10171 Views
  • 17 replies
  • 6 helpfuls

Update Set Preview Problems.

I'm wondering if anyone has run into this before. I have 3 update sets, all created one after the other for one project lets say. They have all been tested in QA and are ready to be moved into PROD, I retrieve them, preview them and now I have warnin...

tee3 by Giga Expert
  • 3369 Views
  • 9 replies
  • 4 helpfuls

How can we clone a studio application?

Alright...I really hope someone out there is trying to do the same thing.   We want to build a template application and then have different versions of that application so that we can easily modify tables or add enhancements within a specific scope. ...

5-18-2017 3-33-32 PM.png
nealratner by Mega Expert
  • 3982 Views
  • 9 replies
  • 2 helpfuls

Incident Auto close issue

Hello All,We have the default Scheduled job &   business rule to auto close the silent "Resolved" incident after 3 days.It's working fine for all users except one user.We tried to find out the exact issue, but scheduled job and business rules are fin...

SNOW User8 by Giga Guru
  • 1980 Views
  • 13 replies
  • 1 helpfuls

Column labels with 250+ characters

Hello All,I am building a custom application and I require some form fields to have a field label of 250+ characters. Is it possible to do this for one table/application only?ThanksHarry

Posting to External URL via UI Action

Does anyone know if either of the following two are possible:1. Redirect to an external URL for a UI Action (using a form button and the action.setRedirectURL() function). I can get it to link to an external URL, but the URL shows within the ServiceN...

Resolved! How to add hours to a Date/Time value?

Hi,How to add hours to a Date/Time value.I want to add 13 hours to the below Time format.**4beginNextWeek===>2016-08-08 04:00:00I have tried this Its din't work.var beginNextWeek = new GlideDateTime(gs.beginningOfNextWeek());   gs.log("**4beginNextWe...

Resolved! Iterate over XML Request Body, Scripted REST Service

Hi,I have a scripted REST End Point which is getting the following XML content:<?xml version="1.0" encoding="UTF-8"?> <company> <employee> <id>10</id> <firstname>Tom</firstname> <lastname>Cruise</lastname> <test>test1</test> <test>test3</test> </empl...