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

Forum Posts

Need help to pass values in a JSON object

Hello All,   I am trying to dynamically pass few value (which are fields on the form) into the JSON object which is as below: var obj = {"name": "value1", "image": "value2"}; The value1 and value2 are the field values on an incident and i have a requ...

Community Alums by Community Alums  
  • 3285 Views
  • 3 replies
  • 1 helpfuls

Does UI Policy override ACL?

I've a custom field on change_request form and have restricted it to be read only when state is greater than authorize. I've a write ACL to make is editable only for users with role CAB manager. When I login as CAB manager, the field is still read on...

Community Alums by Community Alums  
  • 3148 Views
  • 9 replies
  • 0 helpfuls

Resolved! Why does my script include return "empty"?

Here's the situation: I get an XML object back. The problem is that it only ever has the elements and attributes that were added during the request. I can't get an answer/value back from the server. I have a UI Action calling a Script Include. The Sc...

find_real_file.png
JCavin by Kilo Contributor
  • 2718 Views
  • 3 replies
  • 3 helpfuls

I'm writing a Chrome extension that would enable client-side scripting in ServiceNow Express using the client-side Glide API. Do you think I'm going to get sued if I release this?

So I've figured out how to essentially enable client-scripting in ServiceNow Express using a Chrome extension (firefox and other extensions would also be possible). What I'm wondering is, do you think I'd be breaking any laws (doubtful), or effective...

Resolved! Inbound action to avoid duplicate incident.

Hi, Inbound email action to avoid duplicate incident. If the incident is created using inbound emai action with the same CI name it's state is Resolved/closed it should create new incident. if the state is open/active it should not create new inciden...

Resolved! Refresh List after showQuickForm() UI Action not working

Hi All, I have a UI Action as a List banner button which I want to open a dialog box update, close multiple catalog tasks at the same time selected from a list. It works fine, updates and closed all tasks, however I cannot get the list to refresh onc...

find_real_file.png
Daniel203 by Giga Contributor
  • 3578 Views
  • 6 replies
  • 0 helpfuls

Resolved! Color of column header on exported pdf reports

I have a request to make exported pdf column header blue, not green. But when I test in any other environment except Production the column header is already blue. Anyone know how to change this in Production? Screenshot of same report in two instance...

dianeled by Kilo Guru
  • 2501 Views
  • 2 replies
  • 0 helpfuls

Resolved! Regular Expression not Working in Service Portal

Hi all, I have written a client script, which does not allow special characters like below var value   = /^[a-zA-Z.1-9-_]+(\s+[a-zA-Z] )?$/.test(newValue); In Service Now main UI, it is working good, like if i give space before the input of a field, ...

vijay39 by Giga Expert
  • 2618 Views
  • 7 replies
  • 1 helpfuls

Resolved! Issue with inbound action not finding a target record

I have this issue with an email inbound action to target the right record. We have this email integration between the company and an external vendor and since we don’t have a watermark we need to use the incident number from the subject line. Challen...

REST API and sys_choice table

Hello  I need to create a REST API WebService to GET records from the sys_choice table but I'm unable to do it. Even with admin rights using the REST API Explorer module when I try to fulfill the tableName, I don't see this table. Could you please he...

richardd_ by Kilo Contributor
  • 4404 Views
  • 2 replies
  • 0 helpfuls