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

Forum Posts

Email inbound action for Multiple external email accounts

Hi All     I have a requirement to create inbound actions for multiple email boxes that are in non servicenow domain.Servicenow to read emails sent to each mailbox and based on the mailbox the created ticket to be routed to it specific assignment gro...

Community Alums by Community Alums  
  • 581 Views
  • 1 replies
  • 0 helpfuls

Resolved! Get department ID of user

Hi All,   I have to fetch the department ID of a user in my catalog, now I have a script include which fetches other user details like phone number, email, etc and populates it on the form. I want to get the department ID of that user which is actual...

Add a tag to attachment via business rule

Hi Experts, I have business rule where I'm trying to add a tag to an attachment on insert/update. Here is my script; function executeRule(current, previous /*null when async*/) { var addLabelGR = new GlideRecord('label_entry');addLabelGR.initialize()...

find_real_file.png

How to reference sys_choice table ?

Hello,  I wanted to create a field that references the table "sys_choice" but it wasn't possible I got an error telling that we can't reference "sys_choice" table and that we should use another table.  How can I get records from "sys_choice" table ba...

WA1 by Kilo Sage
  • 2696 Views
  • 1 replies
  • 1 helpfuls

How to return only distinct records using glide before query

I have formulated a script that gets only the unique records from database view. This works in background script but I am unable to display only these records in the list view of the table using glide query.  Script:  var osCount; var records; var g...

Enchancement Requests Process

Hi, When a user submits a catalog form called Enhancement Request, first I(ServiceNow Developer) create it in development instance it should get approval from the client, then after approval, it should directly move to QA instance then again approval...

Akshata3 by Giga Contributor
  • 1744 Views
  • 1 replies
  • 0 helpfuls

Resolved! Set CAB Date field on Change Form via Business Rule - not working

Hello, I found a post in the forum showing how to populate the CAB date field via a Business Rule. But the script doesn't seem to work for me in either work or private instances. Is there something I am missing in the script? Many thanks for any assi...

Baggies by Kilo Guru
  • 933 Views
  • 2 replies
  • 0 helpfuls

Increase Export Limit with CMDB Query Builder

I am trying to increase the Export Limit of CMDB query builder export results , Currently it is exporting only 10000 rows. I read that it can be increased to a preferred number by using glide.cmdb.query.max_results_limit sys property I had set this p...

lakshmin by Giga Guru
  • 1736 Views
  • 3 replies
  • 0 helpfuls

How to attach SLA to already close SCTASKS

Hi All, We have recently created SLA for SCTASK and I wanted to attach SLA to already closed tasks. I have checked out a few other community posts but am unable to achieve it. Any leads would be appreciated.

KS7 by Kilo Contributor
  • 727 Views
  • 2 replies
  • 0 helpfuls

Resolved! Is there a way to populate the Company field on the CI records?

We are currently using Discovery to manage our inventory. We have discovery schedules setup with an specific location that run every day for different IP addresses range. However, we are running into the issue that the Company field is not being popu...