Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Forum Posts

Resolved! Idea state changed notification

Tokyo Patch 8 The OOB Idea State Changed notification apparently sends an email to no-reply@servicenow.com with the person who submitted the idea blind copied.  We haven't made any changes here. The person who submitted the idea receives the email th...

mah1 by Mega Sage
  • 1456 Views
  • 3 replies
  • 3 helpfuls

Resolved! Sending attachment from one ServiceNow instance to other fails

Hi,When I try to attach file in incident, file should get attached in other incident. So on first instance, written a business rule to trigger outbound Attachment API - Post method. With below script.outbound API URL: https://dev**.service-now.com/ap...

GowriS_0-1689258079827.png
Gowri S by Tera Expert
  • 1302 Views
  • 2 replies
  • 1 helpfuls

Resolved! Database View Conditions

Hello Experts, I am battling with the database view where clause. The aim is to create a database view that combines the user table and the delegates table to determine who is the delegate of who and who does not have any delegates. I have tried some...

Kamva_0-1689299327566.png
Kamva by Giga Guru
  • 2053 Views
  • 3 replies
  • 0 helpfuls

Regex with limit number and non repetitive

Hi, there.    Could you help me with this RegEx, please?   I'm trying to  make a field with limited numbers e non repetitive. I did a regex like this:      if (!/^[0-8]\1{1,}$/.test(newValue)) {         g_form.clearValue('value_field');         g_for...

Eric80 by Giga Contributor
  • 7728 Views
  • 4 replies
  • 1 helpfuls

Resolved! About Sitemap Scheduler

Hi.Tell me about Sitemap Scheduler.For some reason in my project I deactivate unnecessary users.In the meantime, I'm thinking of deactivating sitemap.scheduler.user in the instance,but it seems to be the execution user of scheduled job [Sitemap Sched...

daizawa_0-1689308232907.png
d-aizawa by Kilo Sage
  • 1586 Views
  • 1 replies
  • 0 helpfuls

GlideModal not working, getting console error

Hi everyone,I need a pop it must have only "OK" button.So i am using OOB model box code, while using that i getting  Error - There is a JavaScript error in your browser console . I checked in console - ReferenceError: GlideModal is not defined. How d...

Suresh K3 by Giga Expert
  • 3811 Views
  • 6 replies
  • 0 helpfuls

Resolved! Extending a Script Include Not Working

Hello, I am trying to extend the script include 'SCPopularItems'. This script include is not read only, but there is only one method contained in it that I want to override. We'd like to leave 'SCPopularItems' OOB so we can continue to receive update...

sarah_kovar by Tera Contributor
  • 6681 Views
  • 21 replies
  • 0 helpfuls

Resolved! Apply Two different fields on Default Value

Hi Community.Is there any possibility to add two different fields on one field's default value. I have a custom table with Detail [u_detail] field. i want to add [short_description] and [description] on [u_detail] field.

Show a field only when checkbox is selected

Hello experts,I would like to show a field only when a checkbox is selected. Is there any way to do that?  Below is a screenshot of my request when user requests new asset. I want the new_computer_asset to show only when Desktop or Laptop is checked....

Capture.PNG
Jiajie Li by Tera Contributor
  • 1659 Views
  • 2 replies
  • 1 helpfuls