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

Resolved! Changing the order of catalog items

Hi, we have three catalog items under a "parent" category on the Service Catalog. Unlike the variables within the catalog item, there is no "order" column for the catalog items itself. Strangely the items are in a different order on our dev instance ...

justinh by Kilo Explorer
  • 6324 Views
  • 8 replies
  • 7 helpfuls

Export Set — Target Path outside MID server path

When setting the target path of an export set, the root of the file path is the "export" folder of the MID server software hierarchy. For example, D:\ServiceNow\prod_midserver\export.What solutions do you employ for directly telling an export set to ...

rgu by Tera Contributor
  • 9164 Views
  • 13 replies
  • 9 helpfuls

Resolved! Can scheduled reports send personal summaries?

Before I go out scripting, I was wondering if there was a simple way to do the following. I want to send out reports on a regular interval, that contain a summary of the incidents logged by a certain user. Every time the user should receive a pdf wit...

Resolved! Granting Access to Reports

Hi All,I am looking for a way to grant access to a particular group for reporting. I used the "Share" option on the report settings but the group are still not able to search or view reports. Please help!Thanks!

Resolved! How to Change Date Format 9/27/2023 to MM-dd-yyyy?

I have used below code to convert the date format but didn't worked.  var gr = '09/27/2023'; var gd = new GlideDate(); gd.setValue(gr); gs.info(gd.getByFormat("MM-dd-yyyy")); But Getting below error in background script: "Unparseable date: "09/27/2...

Community Alums by Community Alums  
  • 1877 Views
  • 4 replies
  • 3 helpfuls

Batch Update Set

We have a batch update set containing 3 child records. This has been migrated from Dev to Test. We now have an additional update set in Dev that we want to put in the release. I have made the new update set a child of the parent in Dev. I have then t...

johnrob18 by Giga Guru
  • 2939 Views
  • 4 replies
  • 0 helpfuls

Resolved! How to add mappings to name value pairs field

Hi ServiceNow Community Developers, I am using a name value par field for the first time and I am trying to populate the name and value using the script that ServiceNow provided as an example here https://docs.servicenow.com/bundle/paris-platform-adm...

Joe83 by Kilo Contributor
  • 4876 Views
  • 7 replies
  • 0 helpfuls

Resolved! Client Script to check Work Notes have been entered.

I want a Client Script that will detect if a Work Note has been entered for the record.  Once data is entered in the Work Note, SN moves the data to the Activities Log, so the Work Notes field is empty.  But the Activity Log contains all kinds of dat...

process_flow UI Macro in Scoped application

Hi, I'm trying to use the ui macro process_flow in conjonction with the global business rule tablenamexxx_processflowlist in my scoped application in order to hide some stages on condition of the flow formatter. Like in the Demand Management form.  I...

yjh by Tera Contributor
  • 1487 Views
  • 2 replies
  • 1 helpfuls

Resolved! Selecting Random User From Certain Group for ATF Testing

I am creating an ATF Test to test an Incident from start to finish - from submission on our Service Portal to work completion/closure in ServiceNow.  I have the Service Portal submission piece working just fine, but have run into some issues trying t...

find_real_file.png
jmiskey by Kilo Sage
  • 1892 Views
  • 5 replies
  • 2 helpfuls

Attachment REST API

Hello community, How can we send base64 encoded file using Attachment API? I have used binary present in Body  using POSTMAN and REST API Explorer by selecting a file. it worked fine. But we need to achieve it by sending a base64 encode into the serv...