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

Forum Posts

Resolved! How Can I Check If a Field Is Empty in a UI Policy Script

As part of building a UI policy script I need to check if a field is empty.  I've tried all sorts of variations on the theme of if (g_form.u_my_field.nil() ) No matter how I configure it, appending the .nil() creates an error in the script.  Is there...

johnfeist by Mega Sage
  • 4689 Views
  • 2 replies
  • 3 helpfuls

Editing Activity Due

My company is trying to get the Activity Due to change from Unknown to show the actual time/Date like it should. How does one go about changing it so that it will stop showing this unknown message. Kind of new to this ServiceNow and so a step by step...

reidjo1 by Kilo Explorer
  • 2016 Views
  • 4 replies
  • 4 helpfuls

Change Calendar + Blackout Dates

I'm trying to find a way to have a calendar show changes and also show blackout dates. Basically there may be a week where there is extra attention to changes. I'd like some graphical way to represent this on a calendar. I have played with maintenanc...

gaidem by ServiceNow Employee
  • 8236 Views
  • 18 replies
  • 9 helpfuls

Request vs Requested Item Stages/Workflows

I have setup a workfor for creating new employees. The "new employee" request is an Item and tasks are created based on the type of employee that is requested. This all works fine using a workflow. I have since added an approval process, which also w...

chrismcd by Kilo Explorer
  • 2078 Views
  • 1 replies
  • 1 helpfuls

Resolved! How can I check if related list is empty

I need to check on a record if the related list is empty, If it is empty then I want to show a UI action button. How can I accomplish this?

samadam by Kilo Sage
  • 5704 Views
  • 4 replies
  • 2 helpfuls

Accept/reject functionality of incident via email

Hi, How to achieve the functionality of accept/reject resolution via email.i.e we will send an email to the user with two links Accept  and "reject" and when they click we need to make sure the same is updated like changing the stateof the incident b...

girishk by Tera Expert
  • 1672 Views
  • 2 replies
  • 1 helpfuls

Inbound email action - call script include in condition

Hi, Im not able to include multiple email addresses in the condition field for the inbound email action script due to length. I need some guidance on creating a script include and calling it in the inbound action condition. script include: function c...

adam_webster by Kilo Contributor
  • 2008 Views
  • 7 replies
  • 0 helpfuls

Auto-refresh Incident lists

Hi,  Has anyone managed to work out a way of making record lists automatically refresh? Our service Desk are asking for this functionality, although currently the only way I'm aware of being able to do it is using a Homepage / Gauge and setting the a...

domaners by Kilo Guru
  • 6613 Views
  • 3 replies
  • 0 helpfuls

SC Task Work Notes not visible to a single user

We have a user, a single for now, who lost visibility to the Work Notes field in a Service Catalog Task (SCTASK) after upgrade to Kingston. He was not part of the test team who tested in DEV/TEST, so he just figured this out in PRD. I could reproduce...

SLA breach reasons

Looking to perform some analytics on SLA breaches and was wondering if there is out of the box functionality or field for fulfillers to indicate SLA breach reason each time a breach occurs. Right now our solution is to create a field on each form.  

Resolved! Change Type not editable if Change Type is not New

On Kingston, there is a new ACL and a new Client Script preventing a change request from being changed from Standard to Normal, or Emergency if the Change state is not New. That makes sense for me, but is not the way we work and our Change Mgr wants ...