Use PDIs? Take our 5-minute survey to help shape the PDI roadmap.

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

Forum Posts

Resolved! Changing state on the basis of additional comments

Hi Everyone, I have one requirement if the end user is updating the additional comments.State of the form should change.In my use case I have state:- 1: Analysis, 2: pending review, 3: Additional information required,  4: many more > End user would b...

shivashish by Tera Contributor
  • 1973 Views
  • 4 replies
  • 1 helpfuls

How to adjust the alignment of widget?

I have to adjust the size of the watchlist widget uniformly with the other widgets. I have created a custom watchlist widget by using the widget code from the below link   https://community.servicenow.com/community?id=community_question&sys_id=40599c...

Mishu_0-1683283546698.png
Mishu by Tera Expert
  • 1075 Views
  • 2 replies
  • 0 helpfuls

Resolved! Problem with the login home

Hi,I am having a problem with the login page, this happened after upgrade to Utah.The login page should be the Homepage splash page, but instead the login page is the "$pa_dashboard.do".The login page is redirected from "home_splash.do?sysparm_direct...

Resolved! Time Card Adding Notes

Tokyo Patch 8The Time Sheet Portal provides the ability to Add Notes to time cards on the time sheet.  We have been requested to also add the note entered on the time card for a project or project task as a work note to the relevant project or projec...

mah1 by Mega Sage
  • 1514 Views
  • 2 replies
  • 1 helpfuls

SSCM Integration with Service Now VR Module

Dear Developers, Can anyone please let me know if any OOB plug in is available for SCCM integration with ServiceNow VR module.Any reference documentation links or examples will also help. Thanks & Regards

sam352120 by Kilo Guru
  • 2019 Views
  • 4 replies
  • 3 helpfuls

Resolved! ReferenceError: GlideDateTime is not defined function

I get the following error on running this code:var start = new GlideDateTime("2011-01-01 12:00:00");var end = new GlideDateTime(start);alert(end);error:ReferenceError: GlideDateTime is not defined functionAny Ideas?

dipesh1 by Kilo Contributor
  • 6779 Views
  • 6 replies
  • 4 helpfuls

Resolved! OnChange Client Script not working

We have a OnChange client script on the Incident table that sets the Additional comments mandatory when the Incident is in state Cancelled. This script should prevent canceling the incident if the additional comments are empty. It was working before ...

Resolved! Table API - restrict to Read only

Hi Everyone, Wondering if anyone has any suggestions on methods to restrict specific methods on specific APIs.   For example, we would like to provide Read access on all table APIs, but restrict write access to just the import set APIs (and others la...