Use PDIs? Take our 5-minute survey to help shape the PDI roadmap.

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

Forum Posts

Approval Summarizer - Service Portal

Hey All, So we have an issue where we have a few complex requests with multiple UI Policies hiding and showing fields based on other fields, etc... all this is working great, and when the record is submitted and the ticket is worked through the norma...

Resolved! Dot walking in gs.getUser()

  Hello,I need to get the information of the logged in user. I need to know his/her department and the country's ISO value.var deptID = gs.getUser().getRecord().getDisplayValue('department'); // works. gives me back the user's department name   var ...

Resolved! Script for VIP user

                  As checked here Useful Task Scripts - ServiceNow Wiki, we have the following code which could be included in client scripts for VIP users. I have tried it on my instance and it is not working as specified in the document. Change Ur...

find_real_file.png
sifynm by Tera Expert
  • 10449 Views
  • 6 replies
  • 5 helpfuls

Getting the logged in user

Hi Everyone,I'm creating a widget and need to query a table we created that extends HR Case, but don't know how to set it to be the logged in user.   For the HR Profile table, I know the code looks like this:var gr = new GlideRecord('hr_profile');   ...

yundlu316 by Kilo Guru
  • 5583 Views
  • 3 replies
  • 0 helpfuls

Resolved! More Info on Form field

In custom form, I have to add more Info( ? ) field at end..sample like below :Any help on this?   How we can achieve this..

find_real_file.png
Reghuram by Kilo Expert
  • 4322 Views
  • 8 replies
  • 0 helpfuls

getting http header information

Is there any way of extracting the http header information in servicenow.we got an on premise customer wants to establish if the access to the instance is from trusted source, specially if the users have admin roles.in the installation exits we can d...

alizaman by ServiceNow Employee
  • 4845 Views
  • 4 replies
  • 1 helpfuls

Resolved! Retaining 30 days of data on em_event table

Hi All,I have a requirement to retain data on em_event table for more number of days. Currently we have only 5 days of data on em_event table. I am unable to find this configuration in ServiceNow. Any help is appreciated. Thanks.I have already verifi...

Sorting add options not working

I am trying to sort my addOptions but i dont have success doing this what i have is a a glide ajax call here is my script include sort is an integer.   This should be passing the sort as the last parameter       while(gr.next()){           var a = g...

Resolved! catalog item with multiple catalogs and Catagories

How can one catalog item conected with multiple catalogs and Catagories??What are the steps to do so??A SIngle Catalog item is conected with multiple catalogs and related Catagories with that Catalogs...

ashe077 by Kilo Contributor
  • 6687 Views
  • 2 replies
  • 3 helpfuls

SLA at Catalog task Level

Hi Everyone ,           I wanted to create SLAs on Catalog task Level , what is the best way to create on Specific Task on Specific Items. If it is for one item , we can give in combination of Item name and Catalog task's Short description but how to...

jeevitha3 by Kilo Contributor
  • 2697 Views
  • 4 replies
  • 0 helpfuls