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

Forum Posts

Resolved! How do I get case number from record in ATF?

I have created a record in an ATF, but I'm struggling to get the incident-number, I'm only able to get the sys_id. Anyone who could help me get the Incident-number from a record-object? As I have figured it out, this need to be done in a server side ...

MentZ by Kilo Expert
  • 2074 Views
  • 7 replies
  • 1 helpfuls

How to show a table list on service portal?

Hi Team,Could you please tell me how to show a table list on service portal? I have table used to store all of requests which raised by me as belowI want to show this list on the service portal , how to complete it? which widget should i use?i use 'd...

find_real_file.png find_real_file.png
jonnyyan by Kilo Contributor
  • 13016 Views
  • 15 replies
  • 5 helpfuls

Automatically add lable on VTB based on Priority

Hi All, I have tasks being added to a specific visual task board. Some of these task come in as priority 1 or 2. Can something be scripted or configured to automatically add a label to the card on the visual task board based on priority of the ticket...

Community Alums by Community Alums  
  • 996 Views
  • 4 replies
  • 2 helpfuls

Resolved! Cannot read properties of undefined (reading 'nameMap')

As soon as I set the value of one of the variable via ATF, I am getting below error: Cannot read properties of undefined (reading 'nameMap') There are only a couple of ui policies that alter the visibility of a few other fields when I am setting the ...

Resolved! LDAP how to retrieve user from certain department only?

Hello all,  i am using LDAP to retrieve user data fronm AD to ServiceNow. I try to add a filter with the department as below, but after i try execute now button, there is no response, no new data retrieve. this is my filter condition, is there someth...

yandp by Tera Guru
  • 520 Views
  • 2 replies
  • 1 helpfuls

App Logging -

syslog_app_scope.sys_created_on : Created time format :  2022-03-14 19:20:32 Usually at any given time, there would be multiple processes running and which could be writing to the logs as well on same time. Because current  time format includes up to...

Nishan by Mega Expert
  • 536 Views
  • 2 replies
  • 0 helpfuls

Resolved! sn-time-ago showing 8h ago for tickets that were just created

I have the following code <sn-time-ago timestamp="d.sys_created_on"></sn-time-ago> to show how long ago a ticket was created in a sp widget. In testing, I noticed that for tickets that were just created, it shows 8h ago, and as of an hour later, it ...

austinn1 by Kilo Expert
  • 3318 Views
  • 6 replies
  • 4 helpfuls

Resolved! ATF - how to set field value of type LIST COLLECTOR

I have field on Incident form. That field type is LIST COLLECTOR. I am not able to set this field value (Any existing value) from ATF step 'Set Field Value' method. Any suggestions!

Community Alums by Community Alums  
  • 3005 Views
  • 6 replies
  • 0 helpfuls

Resolved! Hide choice value on list view?

Hi, How to hide a choice value (Linux) on the list view for a user with non admin access ? On form I used client script onLoad but it's not working on onCellEdit. var adminUser= g_user.hasRole('admin'); if (!adminUser){ g_form.removeOption('ope...

kris29 by Tera Contributor
  • 3317 Views
  • 8 replies
  • 3 helpfuls

Resolved! Agent workspace Inbox (AWA) - Agent status changes from "Available" to "Offline" automatically even agent is logged on in servicenow instance.

Hi All, I have observed this behavior where the Agent status change automatically from 'Available' to 'offline' in Agent workspace inbox even if agent is logged on in servicenow instance and working on different tab on the Incidents or Request task. ...