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

Forum Posts

Resolved! Manipulating Data on Transform or Load

Hi All, I currently have a manual process that exists outside of ServiceNow. Data is extraced from a thrid party it is manipulated using excel macros into an acceptable format and then imported into ServiceNow using import sets.I have been asked to i...

find_real_file.png find_real_file.png
Jcharlie by Kilo Contributor
  • 1488 Views
  • 6 replies
  • 2 helpfuls

Virtual Agent - Change Background Image

Hello Community, I am trying to change the Virtual Agent - Background Image to a custom one that we need on Portal. I am using the custom virtual agent button as shown in the community article by @Mark Roethof which is awseome. Virtual Agent feature ...

SuryanshVerma_0-1680259219195.png

How to set a current date time in HR task due date

Hi,I wanted to set a current date time in HR task due date, I have created a before insert BR-(function executeRule (current, previous) { var gr = new GlideRecord("sn_hr_core_case"); gr.addQuery("sys_id", current.parent); gr.query(); if (gr.next()) ...

ST9 by Tera Contributor
  • 587 Views
  • 2 replies
  • 0 helpfuls

Generating Auto numbering based on

I have a custom table where a field is there called "function" with different dropdowns (Marketing, Finance, etc) and another string field called "GAP ID". So my requirement is below : 1. When a new record is created with Function "Finance" GAP ID wi...

Resolved! Surveys

Hi , What will happen if set repeat interval as well as Trigger randomly   check box in  survey trigger condition .Does the survey trigger based on the repeat interval or based on the probability I configured ?   Thanks ,Ragavi

Ragavi2 by Tera Contributor
  • 2004 Views
  • 2 replies
  • 2 helpfuls

GraphQL API configuration on Azure API gateway

Does anyone have any idea on how to register the ServiceNow platform-provided graphQL API endpoint on the Azure API gateway?    I looking for some information on registering and fetching results on the Azure API gateway from the graphQL API endpoint....

Country Code Complete List

I want to add the country in the INCIDENT form reference to the user's location.However, the country code on the user form is not complete. I tried to to configure the dictionary to reference "core country" but I get the error below:  

JaycelSumayang_0-1680070436686.png JaycelSumayang_1-1680070623548.png