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.

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

Forum Posts

Resolved! Export JSON via URL

Is it possible to export JSON via URL?  I've read the following article but have only managed to do this with CSV. https://docs.servicenow.com/bundle/newyork-platform-administration/page/administer/exporting-data/task/t_ExportDirectlyFromTheURL.html ...

Burne by Kilo Explorer
  • 2747 Views
  • 5 replies
  • 0 helpfuls

In ATF steps how to add attachment?

In ATF steps ,in set variables value step, I need to add attachment as it is mandatory field in my catalog form, how to do that.

User267 by Tera Contributor
  • 1012 Views
  • 3 replies
  • 0 helpfuls

custom variable not visible in item->try view

Hi All,I have added normal HTML in a widget and added this to a custom variable->Widget. When I put it into try view, other variables are visible but not this one.In Widget:- <div> Service Catalog variable <button>Check button</button> </div>Vari...

chandan15_0-1692271656093.png
chandan15 by Tera Contributor
  • 604 Views
  • 3 replies
  • 1 helpfuls

Create Requested Item with all variables from Inbound Action

Hi All, I have a requirement to create Requested Item with all the variables from Inbound Action.Catalog form name: Generic RequestVariables- Requested for -(referring to sys_user)Email- Autopopulate based on Requested forAccount - lookup select box(...

Samiksha2 by Mega Sage
  • 876 Views
  • 10 replies
  • 1 helpfuls

Resolved! Export a form in excel format.

Hi All, I have a requirement I want to export a form in form of Excel sheet. Right now we have options to export it in PDF and XML format. But we want an another option to export it in EXCEL format. Can any one help How we can achieve this.@Ankur Baw...

set date field to display calculated value

I need to update a form so that a notification date field is updated to two weeks before the termination date field. The requestor sets the termination date, so I need a script to grab the termination date, subtract 14 days, and then publish the new ...

tbofinger by Tera Contributor
  • 934 Views
  • 2 replies
  • 0 helpfuls

Creating RITM form script

Hi,We have a requirement to create multiple RITMs from script.With the script I am able to create the RITMs but somehow the variables are not visible on those RITMs created from script.Looks like the link between RITMs and variables is missing.Please...

Kalyani35 by Tera Guru
  • 634 Views
  • 2 replies
  • 0 helpfuls

Resolved! Service Portal Log Entries Not Logging Search Terms

Hello, we are having an issue where the Service Portal Log Entries table (sp_log) is not logging the actual search terms that are searched for on the Employee Center. It shows that the search page was visited, but not the search term that was used.  ...

DylanB_0-1692990589303.png DylanB_1-1692992390302.png
DylanB by Tera Guru
  • 1103 Views
  • 2 replies
  • 1 helpfuls

Submit button functionality

Hi,We have a requirement to make the change request form to stay on the current page on clicking submit. Here is the code:Condition: current.canCreate()answer = current.insert();gs.include('ActionUtils');var aUtil = new ActionUtils();aUtil.postInsert...