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

Forum Posts

Resolved! Add the original email message as attachment to incident record

Hi EveryoneI have a need for having the original, untouched email message from the inbound email action added as .msg or .eml to the inserted incident record.I already searched the community but only found a way to add a HTML file to the record with ...

sbanc by Kilo Guru
  • 7607 Views
  • 5 replies
  • 5 helpfuls

Resolved! Convert Date() to Date field type

I am making a scheduled job to automate our Sprint creation. I am trying to populate a Start Date and an End Date (date-type fields without time). I have found that getByFormat('MM-dd-yyyy') using new GlideDate() allows me to insert the date. However...

Gage by Tera Expert
  • 4690 Views
  • 3 replies
  • 1 helpfuls

Need help getting data from location table to Catalog item

We are looking for some help with the Service Catalog and routing Catalog Tasks to groups. I have Fields that were put on the Location table and trying to pull them into the Catalog Items. We have been told we can only dotwalk 1 level on getting thes...

thomast63 by Mega Contributor
  • 3956 Views
  • 23 replies
  • 2 helpfuls

How to pass catalog item variables to email notification?

Hi all, I have a multiple variable named on a catalog item. It is part of a variable set. Once the user  submits the order an event is fired which will send email notification to the approver to approve the requested item and workflow is also attache...

Community Alums by Community Alums  
  • 4360 Views
  • 2 replies
  • 0 helpfuls

Resolved! Restrict non admin users to see user form default view

Hi All, I am trying to restrict the non admin users to see the users form default view. There has been reported instances when the ITIL users are able to access their profile by navigating My Profile. Initially their profile shown in self service vie...

find_real_file.png find_real_file.png find_real_file.png
Evan2 by Kilo Guru
  • 3879 Views
  • 10 replies
  • 2 helpfuls

How to get the parent table name of a record in a child table?

Hi, how would I get the parent table name of a record? For example, cmdb_ci_netgear table extends cmdb_ci_hardware table. The code looks as follows: var ci = new GlideRecord('cmdb_ci_hardware'); ci.get('123456789'); //looking for a specific sys_id in...

Mike278 by Kilo Explorer
  • 7158 Views
  • 4 replies
  • 3 helpfuls

Setting Auto increment value to field on Catalog form

Hi Everyone,  i have created one field(number) in Catalog form. now my requirement is, to make that field Auto Incremented field Just like Incident number field in Incident Table. if anyone knows, please let me know. Thank you

Aswartha by Mega Contributor
  • 1990 Views
  • 6 replies
  • 0 helpfuls

Resolved! Display a pop-up to a logged in user

Hi all,I have a requirement to display a pop-up containing a message to users logged in every x hours i.e. 1 message after 2 hours and another after 4 hours etc.   My initial thoughts are to somehow use the Logged in User table to figure out the timi...

asd13 by ServiceNow Employee
  • 3808 Views
  • 4 replies
  • 1 helpfuls

How to change ServiceNow instance's email address?

How to change ServiceNow instance's email address? By default, ServiceNow instance's email address to receive emails is based on instance URL as below: - URL: https://XXX.service-now.com- Email: XXX@service-now.com I would like to change the email ad...

Aki17 by Kilo Guru
  • 6119 Views
  • 1 replies
  • 0 helpfuls

Where is Application Repository stored?

We are developing scoped applications in DEV instance and then using application repository to install them to higher environments.   In parallel, sys admin is periodically cloning lower environments from production for upgrade to London testing etc....