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

create a cascading dropdown in catalogue item

Hi All, I'm trying to create a dependency dropdown in a catalogue item, depending on the choice i make in the parent dropdown, i only want to see the corresponding data in child dropdown.i have a custom table called u_u_hierarchy inside two columnsco...

michaelantoun_0-1717145731746.png michaelantoun_1-1717145825645.png

Applicaiton with API key

Hi community, I need to build an app that will be published in the marketplace and allow our users to integrate with our service. To integrate with our service, each user has their own API key.How will they easily (input when installing/configuring o...

ambroz by Tera Contributor
  • 344 Views
  • 1 replies
  • 0 helpfuls

create demand from idea list of records

Create demand tasks from idea list of records by creating a button in list view and select multiple idea records and when click on the button create create deamnd with same name and same demand number.

Resolved! Service Operations Workspace

Hello! I am looking for step by step video on how to move from Agent workspace to Service operation workspace.We're currently using Agent workspace and wants to move to Service operation workspace. Thanks,S

sparkles by Tera Contributor
  • 684 Views
  • 1 replies
  • 1 helpfuls

Resolved! Can Event Handlers be Created in the UI Builder?

I am considering creating an event handler in the UI Builder that will allow for navigation within the same tab upon clicking. Is it possible to manually create such an event handler?

Y_Aoi by Tera Contributor
  • 659 Views
  • 1 replies
  • 0 helpfuls

Resolved! Scheduled job for a catalog task, how to populate MRVS?

Hey everyone, I created a scheduled job to run once a week to create a catalog item automatically for weekly task. I am able to get the script to populate the variables, but I also have a MRVS in the catalog item I would like to populate. Below is my...

jonsr20 by Tera Expert
  • 890 Views
  • 6 replies
  • 3 helpfuls

Issue with the background script

I am trying to update my work notes from the background script for condition where impact is null and then impact is set to 5 but my worknotes are not getting updated  Why is the Background script not working ?Background Script :  My work notes are n...

Resolved! Attachments API - Converting Binary Files to Base64

Hi,I am using a REST API from servicenow (/api/now/attachment/{sys_id}/file) to get the binary file of an attachment (code below)var rest = new sn_ws.RESTMessageV2(); rest.setEndpoint('https://xxxxxxxxxx.service-now.com/api/now/attachment/6f20c5fe1bb...