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

Forum Posts

Setting assignment group on hr task thru assignment rule

var grade = new GlideRecord('sn_hr_core_profile');grade.addQuery('user', current.parent.subject_person);grade.query();while (grade.next()){var answer = grade.u_pay_plan.getDisplayValue();if (answer == 'AG'){current.assignment_group= '123490401ba94a10...

samadam by Kilo Sage
  • 752 Views
  • 5 replies
  • 0 helpfuls

Resolved! Workflow Changes not captured in Update Set

Hello All,I have a query, I checked out already published Workflow to make some changes in Script of If Condition. I haven't published the worflow yet since many more changes are also pending which are to be confirmed from business. I checked my upda...

gracetara96 by Tera Contributor
  • 1276 Views
  • 3 replies
  • 2 helpfuls

Populate field using mid server and query of sql database

I am trying to determine if it is possible to use a mid server and query a sql database and return a value to a field in servicenow. Basically, I am looking for a live query, but not necessarily import. Take the following for example:ElementApproverE...

robhaas by Tera Contributor
  • 2082 Views
  • 4 replies
  • 0 helpfuls

Resolved! Audit Records: add READ rights to another users

This is a part of this questionSo Audit Records are visible for admins by default.How to add right to READ for another users/roles? 'Cause now I've got a message likeNumber of rows removed from this list by Security constraintsThanks.

stryker129 by Mega Guru
  • 2952 Views
  • 8 replies
  • 4 helpfuls

Software license plugin

Hello,I want to track the usage of my licenses in ServiceNow, for this which plugin do I need to install. Thanks & RegardsKrutika

Rapid7 InsightVM CMDB Integration credentials fail

Hello all.I'm trying to set up CMDB Integration from Rapid7, but I encountered an unexpected error when I added the credentials.I'm following the Installation Guide which appears here: https://store.servicenow.com/sn_appstore_store.do#!/store/applica...

AlexandroMG_0-1728640963273.png

UI Builder not working after upgrade

Recently we have upgraded to Xanadu.  We are trying to edit CIO Dashboard but its loading.This issue is happening after upgrade.We tried repairing, updating plugin also clearing cache but still same issue.

ui.png

Copy all attachments from Idea to Demand

Hi, I want to copy all the attachments which are present on Idea to Demand. I have used After business rule with Insert for below code. But the below code isn't working as per requirement. Can someone guide me where I need to correct.Have attached sc...

Screenshot 2025-05-15 203333.png
RakshithaM by Tera Contributor
  • 1428 Views
  • 7 replies
  • 1 helpfuls

To send notification in regular interval of time

Hi All, I have a requirement where i want to generate an email notification for regular interval of time for every 5 years until the ticket is closed. However the Date will remain same but the email must be getting triggered for every 5 years based o...

RakshithaM by Tera Contributor
  • 1214 Views
  • 8 replies
  • 0 helpfuls