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

Forum Posts

Resolved! getDayOfWeekLocalTime

Hi all, I have the following issue with getDayOfWeekLocalTime. If i pick the 5th December, its returning 2 (Tuesday) instead of a 6 (Saturday). It does seems to work fine if i change the date format in my user profile to yyyy-MM-dd. Below is my scrip...

arobertson by Tera Guru
  • 5466 Views
  • 11 replies
  • 3 helpfuls

How can I set Dynamic default value for a reference field?

Hi,  I am creating a new app and it has a table that contains a reference field. The reference field's name is 'Assigned to' and it uses 'sys_user' table. I need to set 'dynamic default value'. Its label 'Sender' and its script is 'gs.getUserID();'  ...

find_real_file.png find_real_file.png
demet1 by Giga Contributor
  • 5955 Views
  • 8 replies
  • 1 helpfuls

node log file browser

While debugging some connection error, I'm trying to retrieve the log files, but the "Node log file browser" is not able to return log, regardless the time frame specified. Did I miss something?

Lan by ServiceNow Employee
  • 4403 Views
  • 4 replies
  • 2 helpfuls

Resolved! Submit a Catalog Item via Service Catalog API with Variables.

Hello, I am trying to find some information on how to create an item from my catalog via rest API. I have many items that have Variables in them that need to be filled out to capture data before submission. I have need to create items via REST. I und...

JefferyDean by Tera Contributor
  • 17890 Views
  • 9 replies
  • 3 helpfuls

Resolved! Dynamic Assigned to Visual Task Boards

ServiceNow Friends,We have been able to create task boards on an individual basis. We'd like to have a visual task board exist in the application menu and display results dynamically based on "assigned to". We can create the board we need, but don't ...

jwagner by Tera Contributor
  • 6702 Views
  • 16 replies
  • 10 helpfuls

Resolved! Setting up ADFS 4.0 (Win Server 2016) as IdP / SSO

ADFS: ADFS 4.0 (Win Server 2016)SN: Orlando (Patch 3, 7 May 2020) Hello, Hopefully this might help someone and I of course hope that this will also help me to get our SSO working with ADFS 4.0.This is quite a long post and was a while since I integra...

find_real_file.png
TheSwede86 by Giga Contributor
  • 4947 Views
  • 5 replies
  • 1 helpfuls

Calling Packed java in application scopes

Hi talent,I rewrite a code which write in global to my application :var globalMap = new Packages.java.util.HashMap(); But it reponse that : Use of Packages calls is not permitted in scoped applicationsHas anyone experienced it before?Thanks,Hao Duong

David Vu1 by Kilo Expert
  • 5097 Views
  • 10 replies
  • 1 helpfuls

inbound action - email.origemail

So we have a requirement as to whenever a user emails to email XYZ@gmail.com the email will be auto forwarded to ServiceNow, and we have an inbound action to create an incident for that email.   The caller_id should be the original original sender.  ...