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

Forum Posts

HOW TO PRINT THE RESULT OF A BUSINESS RULE ON THE CONSOLE?

for example i want to print all the active records i created a business rule by following conditionswhen to run:       BEFORE INSERT/UPDATE       SCRIPT:var x=new GlideRecord('incident');x.addActiveQuery();x.query();while(x.next()){gs.print('active r...

hibye by Giga Contributor
  • 6237 Views
  • 6 replies
  • 1 helpfuls

Resolved! Notification sent to caller upon ticket creation

Hello,Can anybody help me with the below?Our CS team create tickets on behalf of customers on a daily basis. We are using the ITSM Incidents as tickets. We want the system to be able to differentiate when a ticket is created by a user and they select...

aapimlott by Kilo Contributor
  • 2234 Views
  • 4 replies
  • 2 helpfuls

I want to populate fields from a table I referenced in other field.

Hi Everyone,I have a reference field on Incident form   and based on the selection of that field i want to populate values in three other fields( that is corresponding to that reference field) in Incident form . Can anybody help me .. Also let me kno...

Ct111 by Tera Sage
  • 2302 Views
  • 2 replies
  • 0 helpfuls

Resolved! Reporting on Multiple Metrics at once

I am looking for the best way to create a report against multiple metrics at once.Ideally I would like to generate a report along the lines of the below, listing numerous metrics associated with the approval and fulfillment of a requested item in the...

Resolved! Where do we get SSH Public Key for our instance?

We are trying to use sFTP to retrieve csv files to be imported into ServiceNow but we cannot find anywhere that provides the SSH Public Key for the ServiceNow instances.  Where can we get the SSH Public Keys for our instances?  Thanks!

Jack9 by Giga Contributor
  • 3624 Views
  • 10 replies
  • 3 helpfuls

how to set and get cookies at Service Portal

Hi everyone,I had some issues for Service Portal. I create a new widget for the create pop up at the index homepage.below is the code html and java script.But i want to create the Don't show me again cookies ><Anyone can help ? or everyone try this b...

find_real_file.png find_real_file.png
vincentwong by Kilo Contributor
  • 3828 Views
  • 2 replies
  • 0 helpfuls

Resolved! Business Rule to remove users from a group

I have seen several threads on this subject, but none of the solutions proposed seem to work for me, so I thought I would put this out there. I have 2 business rules to add users to a group based on criteria changing in the Sys_User table. the first ...

keithlyon by Kilo Contributor
  • 3207 Views
  • 5 replies
  • 3 helpfuls

Empty User in sys_user_has_role

Hi developers,do you have an idea about empty user information in sys_user_has_role table records? What it depends on? Solutions?Many thanks,Valentina

find_real_file.png
Valentina6 by Giga Guru
  • 2045 Views
  • 5 replies
  • 0 helpfuls

Add item to Activity Stream

With Jakarta, the Additional Comments and Work Notes have moved to the Activity Stream.   With the Work Notes, we add many notes to one record be it in Incident or Problem or a task for each.   I would like to create an additional field like Work Not...

sgmartin by Kilo Guru
  • 3160 Views
  • 2 replies
  • 0 helpfuls

Resolved! Refreshing an iFrame from a client script??? or anywhere???

First of all, I am doing this in order to create a filter on the service catalog. I am looking for code that will refresh specific/all iFrames. Here is the problem.I have an iFrame on the left that contains a specific view of the user profile. I have...

theiser by Tera Expert
  • 5334 Views
  • 11 replies
  • 3 helpfuls

Resolved! How to view contract records

Hi,We are starting to use the contracts application, and are sending notifications to the contract administrator and the user in the "renewal/extension contact" field. The issue is that the person in this field is often times not the contract adminis...

Restricting URL to open a form

Hi All,In my instance when a user gives direct URL in the address bar , he is able to view that page which is there in the URL. For example - https://demo10.service-now.com/nav_to.do?uri=sys_properties.do?sys_id=409fe30b0a0a2c3e287fe134cf88f1ca This ...