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

Forum Posts

Resolved! Nexthink Integration

Hi All,Currently I am working on Nexthink integration, which be sending the data for software installation table also data regarding the worksatation(cmdb_ci_computer) need to create a record if not present already.So I have created a scripted rest a...

Transform map field value updates need restricting

Hi, I have some issues with a transform map I have created. The transform is being used to update existing records in a table with new data.  1. It lets me update fields with invalid values, eg if a field has a choice list, the transform will add my ...

thrsdy1512 by Tera Expert
  • 294 Views
  • 7 replies
  • 0 helpfuls

How to add Category in Response Template UI Page

Hi All,Please share your inputs /idea on below concern.I would like to add Response Category field with Dropdown list, please let me know who can we do it.UI PAge :  sn_templated_snip_message_template (OOB),based on Category selection on ui page Temp...

chanikya_0-1757545507043.png
chanikya by Kilo Sage
  • 361 Views
  • 5 replies
  • 0 helpfuls

Help with ACL

Hi Team, I have created one custom role, and I want to provide read and write access to this role for all tables in servicenow. I have created scripted rest api. In Default ACL, I am using custom ACL:Type: REST_endpointOperation: excuteApplication: C...

VirendraKuD by Tera Contributor
  • 112 Views
  • 2 replies
  • 0 helpfuls

Alm_asset cannot access state or substate in a script

In "Scripts - Background" I pasted the code below the dotted line.   I really want to update the substate field but I see when I run the script below it comes up undefined.   Increasing the size of x does not matter.   I tried to do an update based o...

ppicazo1 by Tera Contributor
  • 299 Views
  • 3 replies
  • 0 helpfuls

Resolved! REST API user roles

Hello, I have created a new user in order to access the table API using REST calls. However I am not able to get any results, I can authenticate properly but the results returned are always empty (no results). If I add the user to group "Administrato...

Is this script ok? It doesn't look to work...

I have created the script below to use in a UI Action script window but it's not working as expected.I want the script to populate a true value into a true/false field so that mandatory fields are then disabled until the value is removed again.  The ...