The CreatorCon Call for Content is officially open! Get started here.

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

Forum Posts

Resolved! Select inside ng-repeat with ng-options and ng-model

Good Morning, Hope everyone had a great Easter, I'm stuck on a tricky piece of code I can't get right, I'm using an ng-repeat to build out a catalog of hardware devices, in this case its Laptops, we have added a button which quickly allows people to ...

find_real_file.png
Ashley by Kilo Sage
  • 5536 Views
  • 2 replies
  • 0 helpfuls

Resolved! How to check user is logged in or not.

Hello,  How to check user is logged in or not.  ex - when user receives an email and in that user receives some link and after clicking on that link it should check whether user is logged in or not if yes then it should redirect user to particular se...

When are records written to sys_history_line table?

Hi I need to retrieve all of the customer visible work notes on a CSM case record (and probably ITSM incident too).  I've done this by querying the sys_audit and sys_history_line tables, but our System Architect has said this needs to stop. From what...

Andy105 by Kilo Contributor
  • 3394 Views
  • 3 replies
  • 1 helpfuls

Link email notifications to portal

I am working on notifications for our end users and wanted to start having them point to the portal. I did some researching and found this post: https://community.servicenow.com/community?id=community_question&sys_id=79d187a9db98dbc01dcaf3231f961933 ...

Christine24 by Giga Expert
  • 2700 Views
  • 21 replies
  • 1 helpfuls

How to stop UI Page Redirection after Clicking 'OK'

Hi All, I have a UI page for transferring a HRCase to IT Group and once I select the Assignment group and Click OK . The issue I have is after clicking on OK , the page is getting redirected and not staying on the same form . Please let me know what ...

find_real_file.png
Mrman by Tera Guru
  • 3629 Views
  • 15 replies
  • 0 helpfuls

Resolved! Change Embedded Help page/content font color

Any way to change the Embedded Help -> Help Content font color? We themed our servicenow instance to use a lighter background for the navigation and help menu and now we're finding some embedded help articles are unable to be read because the font co...

find_real_file.png
Ryan74 by Tera Contributor
  • 1625 Views
  • 3 replies
  • 1 helpfuls

Resolved! Get day of the week from date field

I have a date field on a record, I would like to pull the date and get the day of the week from it. Heres what I have so far: var grDay= new GlideRecord('x_utsll_time_manag_hour_tracker');grDay.query(); while (grDay.next()) {      var testdate = grDa...

JJG by Kilo Guru
  • 17029 Views
  • 6 replies
  • 6 helpfuls

Can't delete table in Customer Service scope

Hi, I created a custom table in the Customer Service scoped application. The name of the table starts with sn_customerservice_[name]. I do not see an option to Delete the table. In my PDI, I see an option to delete a table when accessing it from sys_...

Shane18 by Kilo Expert
  • 1820 Views
  • 3 replies
  • 3 helpfuls

session_timeout.do infinite redirect loop

Every time I log out from the SN instance I get an infinite redirect loop with session_timeout.do. It also happens when I try to access the instance without being logged in.We have MultiSSO enabled with two identity providers, and i'm logging in thro...

Screen Shot 2017-08-15 at 20.48.15.png
oleg7 by Tera Contributor
  • 3490 Views
  • 6 replies
  • 1 helpfuls

How to do a "vlookup" in javascript

Hi all, I want to do sort of a "vlookup" in ServiceNow with a scheduled script execution.  - Column_A is in table "u_test" and is a reference field - Value "X" is a value in Column_A and belongs to reference table "u_example" - If Column_A has the va...

Carter1 by Giga Guru
  • 1482 Views
  • 2 replies
  • 0 helpfuls

Get Display Value of Date field

Hello, I am using a business rule to pull the value of a date field called 'date'. I am trying to get its display value but am hitting some difficulties. What am I missing? var grContract = new GlideAggregate('x_utsll_time_manag_hour_tracker'); grCon...

find_real_file.png
JJG by Kilo Guru
  • 7350 Views
  • 13 replies
  • 2 helpfuls