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! How to include multiple knowledge base in service portal

Hello , as many of you know that we can only assign one knowledge base in service portal , how to include another knowledge base too ? My issue with this is, If i have knowledge base A and  in the portal search if i search for some thing which is in ...

RudhraKAM by Tera Guru
  • 10884 Views
  • 18 replies
  • 13 helpfuls

Client Script newValue not working

The following client script on a service form, which is active, Global, not Inherited, of type OnChange, Table = correct table, and Field Name = correct field name and the form field currently has the following value "20%"   shows the following in th...

Resolved! Pull catalog item variables into email notification for TASK

Hello all,We have a catalog item that does not have a Description field when a user is completing the request so when the email notification 'Request Opened on your Behalf" is triggered, the description in the email body is blank. The same goes for w...

find_real_file.png
gnunez by Kilo Guru
  • 16788 Views
  • 9 replies
  • 7 helpfuls

Resolved! Query for active and multiple

Hello all, I need coding help.  How would I select only users that are active and confirm there is only one user with that name? Below is what I have so far: var gr = GlideRecord('sys_user'); gr.addQuery('name', fullName); gr.query(); if(gr.next()) {...

htank66 by Kilo Contributor
  • 4233 Views
  • 3 replies
  • 0 helpfuls

How to Display Current Date on Homepage?

We need to add a widget/report/something to a homepage that displays the current date. Thus far, I have found nothing that will work; everything that I've seen references pop ups or fields in a form. Background: We have a homepage that is downloaded ...

Debbi L by Tera Expert
  • 3034 Views
  • 4 replies
  • 0 helpfuls

How to send approval to an external user ?

Hi,   I would like to send the approval request from "Approval User" workflow activity to an external user who is not present in the sys_user table using the user's email id.  We have the email id of the approver user in an variable .  We tried to pu...

Krishna137 by Tera Contributor
  • 4246 Views
  • 8 replies
  • 0 helpfuls

Resolved! Team Development versioning vs GitHub

Dear all, I just discover Team Development application in Servicenow which is used to share code version between developpers working on different dev instance. Then work is sync to a central repository parent dev instance . My question in which I ma ...

wakespirit by Kilo Guru
  • 2911 Views
  • 6 replies
  • 3 helpfuls

Resolved! Setting values in Multi row using client script

Hi All,       We are using a Multi variable set in a Record producer. I want to set the values in a multi row Variable set cell through client script dynamically based on the selection of another field in the same Variable set set. Looks like g_form....

find_real_file.png
nurav by Tera Expert
  • 5327 Views
  • 6 replies
  • 1 helpfuls

Resolved! Call script include on click of button an Ui page.

I need to call API, which i am calling from Script include and this script include should be called on click of a button on an UI page. I am sure I am missing something to achieve this. I tried to put code in client script of Ui page, still not worki...

Arohi1 by Giga Contributor
  • 4383 Views
  • 3 replies
  • 0 helpfuls

Resolved! Before Query Business Rule

Hi all, I am creating a before query Business Rule that restricts record access based on if the current user has a matching role that the current assignment group also has. I have a strictly basic understanding of scripting so I have started by creat...

taylor21 by Mega Expert
  • 6310 Views
  • 5 replies
  • 2 helpfuls