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! How to add Variables to List View on Task Table?

On the 'My Groups Work' module, we have been asked to add one of the catalog variables to the list view to help our Server team organize their work intake.  I can see and add all sorts of extended table fields, but I can't seem to find the variables....

Community Alums by Community Alums  
  • 4302 Views
  • 10 replies
  • 5 helpfuls

Resolved! getValue not working for GlideAggregate

unable to get the Value of short description using GlideAggregate var agg = new GlideAggregate('incident'); agg.addAggregate('COUNT', 'category'); agg.orderBy('assigned_to'); agg.orderBy('state'); agg.addQuery('sys_created_on', '>=', 'javascript:gs.b...

caffry by Kilo Guru
  • 2721 Views
  • 10 replies
  • 6 helpfuls

What is the best practice for performing code reviews?

Hello, I'm working with a team of 4 developers to write new custom apps for internal business needs as well as maintaining over 4 years of prior customization.   When we prepare for a release, we meet to review changes for awareness and feedback - we...

Thomas Weyer by Tera Contributor
  • 4860 Views
  • 8 replies
  • 16 helpfuls

Resolved! When to use Domain Separation?

Hello,I understand that Domain Separation is a way do divide one instance to "multiple instances", is that correct? I'm also wondering in what kind of situation you might have to do it? In my company we are currently having a IT-support group which a...

persahlstrom by Mega Contributor
  • 7492 Views
  • 10 replies
  • 15 helpfuls

Resolved! How to refresh list view using refresh method

Hi ServiceNow Community DevelopersI am trying to refresh a list view on a homepage using a UI action that has the refresh method however it's not working, instead it throws the following error on the browser console:Error running context menu 'Perfor...

johannes5 by Giga Expert
  • 2657 Views
  • 4 replies
  • 1 helpfuls

Resolved! lookup select box showing only sysid

Hi, I have a field "MSSQL Instance" which is referring table "cmdb_ci_db_mssql_instance" table. And there is another field "database" where i need to populate all databases running on the particular instance name selected in "MSSQL instance" field as...

Resolved! How to make fields mandatory on a service portal widget

Good evening everyone, I am attempting to make 3 fields mandatory on a widget in the service portal. I did not know that this was a possibility as i am use to doing most of the development on the ITIL side, any way, i need to make grade, series, and ...

find_real_file.png
orlando3 by Tera Expert
  • 6386 Views
  • 4 replies
  • 2 helpfuls

How does GlideDuration work?

I'm having trouble understanding how does glideduration actually work.  I have a sample code: Both end dates is returning 1day 3hrs (27 hours or 9 business days based from schedule). Shouldn't the first endDate duration show 22hours, since 01:00 is ...

find_real_file.png
Kirby2 by Giga Contributor
  • 4999 Views
  • 1 replies
  • 3 helpfuls

Inbound Action: email.body_text and HTML

Hello all,I have an inbound email action set up against the incident table.I'm populating the 'description' field using this:current.description = email.body_text;Standard so far, and I have a number of other inbound actions doing the same thing.Howe...

Jamsta1912 by Tera Guru
  • 10429 Views
  • 18 replies
  • 4 helpfuls

Resolved! Rest API to get the incidents assigned to a user in last month?

Hi I want to sent all incidents assigned  to a user in last 30 days ,i cant see assigned to date field on incident so that i can filter the date can you please suggest how to sent this information we were provided by the userid by the requester and i...

Kiddy by Tera Guru
  • 6385 Views
  • 9 replies
  • 5 helpfuls