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! Reporting on approvals

I have a Request item with approvers in the Workflow.   I want to report on who approved/rejected each step.   I tried from the Approval (sysapproval_approver table) but can't find how to dot walk to the item.   Is this possible?   ~Thanks.

sguthrie by Kilo Explorer
  • 5399 Views
  • 6 replies
  • 1 helpfuls

Resolved! GlideRecord compare list to a list(user groups)

I am working on a project where we want a specific function to happen. Either a ticket is assigned to a user, or it is assigned to user group(s). The group in the table references the User Groups table and is a LIST date type. I want to check where u...

logan2 by Mega Contributor
  • 2282 Views
  • 6 replies
  • 1 helpfuls

Resolved! Changes made to list layout are not reflecting - ServiceNow

Hi All,I am modifying the list layout to add few columns to the view. However, the changes are not reflecting, when I visit the page again. Here are the steps, I am using:Go to corresponding table -> Layout List -> After clicking on save and update, ...

Screen Shot 2016-01-07 at 12.42.25 pm.png
ramireddy by Mega Guru
  • 10483 Views
  • 6 replies
  • 2 helpfuls

cc & bcc on email

I am using the mail script to add cc and bcc to email notification. I dont see that populating the recipients field in email logs. Where can I see that?

samadam by Kilo Sage
  • 2589 Views
  • 1 replies
  • 4 helpfuls

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
  • 3300 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
  • 3198 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
  • 1662 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
  • 5306 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
  • 5315 Views
  • 7 replies
  • 0 helpfuls