Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

Dot walking on a record producer

Hi All,  I have created a record producer in my PDI and I am trying to populate the CI field on an incident record by grabbing the information form the asset table.  Is it possible to dot walk from the record producer or do I have to use a script inc...

find_real_file.png find_real_file.png
Alex319 by Giga Guru
  • 1411 Views
  • 1 replies
  • 1 helpfuls

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  
  • 691 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
  • 3185 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...

Garima Pant1 by Tera Contributor
  • 1002 Views
  • 3 replies
  • 0 helpfuls

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
  • 2016 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
  • 1165 Views
  • 2 replies
  • 0 helpfuls