The CreatorCon Call for Content is officially open! Get started here.

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...

avi2329 by Tera Contributor
  • 2990 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  
  • 2586 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
  • 2022 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
  • 2382 Views
  • 6 replies
  • 0 helpfuls

Record Producer and UI Macro

Hi Team We have one record producer which is being called from 2 different modules in the application navigator like. com.glideapp..../sysparm_val=module1 com.glideapp..../sysparm_val=module2   We have one UI macro : Download attachment on the record...

Aman3 by Tera Contributor
  • 1592 Views
  • 1 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
  • 1848 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
  • 1879 Views
  • 7 replies
  • 1 helpfuls