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! Prevent ServiceNow sends emails to non-existence email users

Hi folksI have been trying to find a way to prevent ServiceNow sending emails (notifications) to non-existence email users.     One solution in my head is to set the sys_user.notification to 1 (none) so the users have a notification device deactivate...

georgechen by Kilo Guru
  • 3302 Views
  • 7 replies
  • 4 helpfuls

State selection availability based on assignment group

State Selection, assignment group and notificationI added an additional state "More Information" to my Change Task. I want this state to be visible to specific assignment group members, i.e if the user is not a member an assignment group, that state ...

zacks by Tera Contributor
  • 2467 Views
  • 5 replies
  • 1 helpfuls

Insufficient rights to query records via Aggregate API

I am trying to fetch stats over the Task table with user that has rest_service role.The request is:GET /api/now/v1/stats/task?sysparm_limit=10&sysparm_query=sys_class_name=incident&sysparm_count=true&sysparm_group_by=priorityThe response is:{   "erro...

andriyko by Giga Contributor
  • 3199 Views
  • 3 replies
  • 1 helpfuls

Resolved! Variable values being overwritten incorrectly by while loop

Hi all,I have a weird issue that probably has a simple answer but I'm not seeing it.I have a query running against a lookup table to pull in the SYS_ID for the various records in the lookup table.I'm declaring the target variables before the query lo...

karstenvan by Mega Expert
  • 1663 Views
  • 4 replies
  • 3 helpfuls

How to judge the difference between PROD & Non- PROD instance ?

Greetings ALL,I have 3 instances PROD, TEST, DEV.DEV & PROD are in sync but TEST is not in sync with PROD. I have some SR's in TEST which are not on PROD. This is the only thing i know about the difference between both the instances.Kindly help me ou...

geet by Tera Guru
  • 5311 Views
  • 6 replies
  • 0 helpfuls

Resolved! How set a value glide duration fields?

How to set a value for glide duration fields , below is code i am usingfunction onBefore(current, previous) {   //This function will be automatically called when this rule is processed.   gs.include('DurationCalculator');   var time_elapsed = execute...

nthumma by Giga Guru
  • 5319 Views
  • 7 replies
  • 0 helpfuls

Resolved! "undefined" string

On my record producer, the string "undefined" appears upon opening the form. It is not defined as a default value, the "type" is a multi line text and is mapped to the field on the table.   Can anyone   suggest why this string is there and how get ri...

find_real_file.png
terp by Giga Contributor
  • 9183 Views
  • 7 replies
  • 3 helpfuls

Updates to a closed ticket

We have updates to a ticket configured via inbound email action. However, when a requestor replies to a closed ticket, there is no way for itil useror requestor to track updates on ticket as the ticket does not get updated.How can i configure to send...

yeskaytee by Kilo Contributor
  • 3183 Views
  • 8 replies
  • 1 helpfuls

Change view dynamically with business rule

I was wondering if there is a way to change a form view with a display business rule. I have a workflow that creates various tasks and this workflow can be started for various types of requests. Each task type of each request type has its own view, a...

ipt_Phil by Giga Contributor
  • 4026 Views
  • 6 replies
  • 1 helpfuls