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

Forum Posts

Autofill Location based on User

Hey all. I am very green when it comes to Service-Now and particularly Java Script (I'm an IT Admin, not a programmer but my company has tasked me with setting up some portions of our new Service Now setup. What I am trying to do is setup a script t...

Vlad_Rozic by Kilo Contributor
  • 8113 Views
  • 22 replies
  • 0 helpfuls

Simple list filter.

Hey Guys, I am having an issue with the simple list filter field. I am trying to make a widget for the service portal that only shows "My closed incidents" I am able to show closed incidents, However I am not sure how to make it only show closed inci...

austiin by Giga Contributor
  • 4430 Views
  • 4 replies
  • 3 helpfuls

Resolved! Add work_notes when affected CI's got deleted

Hi, could someone help for the below requirement.we have "Affected CIs" related list which is of table TASK_CI for Change request(change_request). people can add and remove CIs, the requirement is we can't audit if someone delete CIs or Added. we are...

sry by Giga Guru
  • 2899 Views
  • 13 replies
  • 1 helpfuls

using email address in Event Parm1 not working

Hi guysI'm trying to create a bounce back notification to the user whenever they attempt to create a ticket via email.On the existing Inbound Email, I triggered an event:gs.eventQueue("create_ticket",current,email.origemail,"");Parm1 - email address ...

jmcagod by Kilo Guru
  • 4421 Views
  • 9 replies
  • 0 helpfuls

multiple records update on setWorkflow(false)

Hi i am trying to update multiple ritm records through workflow. i am using the below code.var req = current.request;   var gr = new GlideRecord('sc_req_item');   gr.addQuery('request',req);   gr.orderBy('number');   gr.query();   while(gr.next()){  ...

Resolved! Reference Field Preview

We have a reference variable on a catalog item that points to "task" but is filtered to Incident and Change only.   When we preview a record by hovering over the "i" icon, it only displays two fields for Change (see attached).   We have already defin...

how to change the scope of an application

Hello Team,Can someone suggest me how to change the scope of an application to global..I tried elevating the previlages but it dint work.Thanks & Regards,Shankar Kalluri.

kalluri by Kilo Contributor
  • 9342 Views
  • 10 replies
  • 10 helpfuls

How workflow is getting attached with Change

Hi All,In my instance,On the Change form, we have a Request Approval button to change the Approval status from "Not Yet Requested" to "Requested".Only if the Change's approval state is "Not Requested" then this button will be visible.When user hits t...

Tamil5 by Tera Expert
  • 3940 Views
  • 6 replies
  • 1 helpfuls

Resolved! UI Script and DOM

I'm trying to test a simple UI Script, but feel kind of lost - it's not working.. The idea is very simple - I want to make "Homepage" menu item under Self-Service red. I know the element id, but script is not working... I even added addLoadEvent func...

Screen Shot 2015-12-03 at 10.50.54 PM.png

Set Domain of a record in UI Action

HiI am creating a Demand record from Problem on click of an UI Action. The issue is the resulting demand record is created in the default domain always, where as i want it to be created in the customer domain. In the script i have something like ...d...

Resolved! Changing Jelly CSS

How can I change the padding and width of the ServiceNow fields below:I would like to increase or decrease the reference fields width and pad between each. <table>   <p>When a user account is locked, follow KB Article: 402546<br />Please verify the ...

ui page.PNG