We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

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

Forum Posts

Group updation sync among Servicenow instances

Hi, I am trying to sync group updates across all our instances (DEV and QA) Can anyone suggest me ideas on how I should go about?  The Requirement is, whatever update is made to a group in DEV (Group, Group Members and Group Roles) should fly to QA a...

RFJ1 by Tera Contributor
  • 1565 Views
  • 5 replies
  • 0 helpfuls

Creation of an Incident from Change record by using schedule job

In one of my projects, I was tasked with a specific scenario: Generating an Incident record seven days prior to the scheduled review date (custom field) stored in the Change request record. To meet this requirement, I implemented a scheduled job that...

Screenshot 2023-11-18 at 6.34.46 PM.png ShwethaShenoy_0-1700312893014.png Screenshot 2023-11-18 at 6.39.38 PM.png
Community Alums by Community Alums  
  • 955 Views
  • 3 replies
  • 6 helpfuls

Right Click to Show Field Name Not Working

Hello.  This might be an easy question... Normally I can right click on any field on a Form and ServiceNow will show me the field name.  The field name appears in a popup menu after the prefix "Show -".  Here is an example: But I am having trouble wi...

1.jpg 22.jpg
G24 by Kilo Sage
  • 1126 Views
  • 1 replies
  • 0 helpfuls

OnCellEdit Client script works in Workspace?

OnCellEdit Client script works in Workspace?I have enable list edit in workspace by updating the "glide.lists.inline_editing_enabled" property. I want to show a confirm alert window when a approver approves a request via list view in workspace.I trie...

Flow Designer Stage Issue

I have an issue in Flow designer stages.Below is the scenario:I have built an simple  custom app and have extended below tables. (I had to extend as we had to add some additional attributes that were not allowed in base tables)1. sc_request2.sc_req_i...

Divya13 by Tera Contributor
  • 1533 Views
  • 3 replies
  • 0 helpfuls

Resolved! Unable to trigger event from Flow designer

Hi All,Currently i'm building custom app. I have created custom Action in flow designer to trigger event that will eventually expected to trigger notification.  Event created and Processed:     Followed this post to create custom action.https://www.s...

Divya13_0-1700142616111.png Divya13_0-1700143358482.png
Divya13 by Tera Contributor
  • 2105 Views
  • 3 replies
  • 1 helpfuls

Resolved! Help With On Submit Script Check for existing Active Records

I have a record producer that is creating a record on a custom table inherited from task. On submit I would like to check if an existing ACTIVE record exists with the same order number. Currently I have the script working if ANY record exists but can...

Nic Omaha by Tera Guru
  • 1682 Views
  • 4 replies
  • 0 helpfuls

Resolved! Send Email Template VIA UI Action or State Change

Hello Community, I have an interesting situation that I have been attempting to figure out. We have a standard email that goes out on certain incidents, it always includes the same information (for example, created_by, short_description, description,...

rcarter by Tera Expert
  • 2554 Views
  • 5 replies
  • 2 helpfuls

Resolved! Need Scripting Help on Condition to Run Biz Rule

Hello Developers,There is an OOB Business Rule that is part of the Procurement Plug-In called: Can request be sourced.It runs on the sc_request table to make an REQ sourceable.It looks at the variable 'cat_item' on the sc_req_item table to see if it ...

mrcorbeaux by Kilo Guru
  • 2026 Views
  • 6 replies
  • 2 helpfuls

Historical data of previously executed ACL.

Hello there,I am trying to find the list of ACLs that had already executed in the past.I am troubleshooting something and I guess it has to do with the ACLs. Please know that I am not troubleshooting live, so I am not asking about any ACL debugging t...

Sal12 by Tera Expert
  • 1391 Views
  • 3 replies
  • 0 helpfuls

Background script returns 0 count for table

Hi Team, I am facing a very weird issue. I am trying to get count of records in a table using background script. However i am getting count as 0. even though there are data in that table. This is happening in DEV instance., Working fine in other inst...