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! How to update variable value using background script

I have to update the variable value on ritm and task form using the background script. Could you please help me with that?Variable backend name 'var_isInternational' and I need to set 'Yes or No' value using background script.

ak49 by Tera Contributor
  • 3475 Views
  • 3 replies
  • 1 helpfuls

Look back period for service now api

Hello Forum!I have a question regarding the ServiceNow API and its limitations on fetching data. Specifically, I'm interested in understanding if there are any restrictions based on the date range from which we can fetch data or any limitations on th...

ManognyaP by Giga Contributor
  • 316 Views
  • 1 replies
  • 0 helpfuls

Block assigned to's calendar based on their availability

Hello experts, we are working on an automation that requires assigned to's calendar (servicenow calendar or outlook) to be blocked for a certain time based on their availability. Is there any solution other than using FSM? Thank youVNK 

Community Alums by Community Alums  
  • 303 Views
  • 1 replies
  • 0 helpfuls

Help with a field map script

Hello All, I am experiencing an issue with a transformation map I created. My issue is that one of the reference fields mapped in the transformation map is not picked up properly. I logged a ticket with ServiceNow and they confirm that the transforma...

AEterni_0-1669375308875.png
AEterni by Mega Guru
  • 5339 Views
  • 7 replies
  • 1 helpfuls

URL Field opens all URLs in same window

I have multiple fields on the form with field type = URL. This is on the backend ServiceNow Incident form. If I click on any URL, it opens in a new tab on the Chrome, however, when I click another link on the ServiceNow form, it opens in the same new...

Ram Padte by Tera Contributor
  • 880 Views
  • 7 replies
  • 0 helpfuls

user criteria on order guide

Hello team can anyone help me.I have used below script based on user location order guide should visible.var userGR = new GlideRecord('sys_user');userGR.get(user_id);answer = (userGR.getValue('location') == 'Vancouver - Great Northern Way');

Refresh Token when using SSO

Is there a method of acquiring a refresh token for OAuth2 that can be done with a service account when you're using SSO?I've never had to use refresh tokens before for integrations, and the only documented method I've found requires a user account to...

PLakinGA by Tera Contributor
  • 1619 Views
  • 3 replies
  • 2 helpfuls

Assignment rules not working

Requirement :If a Qualys ID is published after certain date it should go to a specific group to be reviewed Condition used - configurationitem.class is a server  and Vulnerability.Datepublished after 4/24/2024we are finding that the Vulnerabilities a...

kalby by Tera Contributor
  • 990 Views
  • 3 replies
  • 2 helpfuls