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

Forum Posts

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
  • 8771 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
  • 3484 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

Resolved! Get record on a Service Portal Widget via client script

Hello,I am new to SN and have been trying to get a GlideRecord to display as an alert using an HTML Widget on a Service Portal widget.I was successfully able to load the record, but I get an error message on my console that tells me that I need to us...

jotasolano by Kilo Contributor
  • 8645 Views
  • 6 replies
  • 0 helpfuls

Resolved! Special characters from inbound email

Hello,I was wondering if anyone has had any issues with special characters not showing properly when receiving an email. we set the values of some fields on forms with info from the email and it shows like this:Thanks for any input,Alex

6-26-2015 9-21-10 PM.png
ahaz86 by Mega Guru
  • 5046 Views
  • 3 replies
  • 0 helpfuls