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

Forum Posts

Resolved! Filtering a Service Portal List Collector onChange

I have a list collector on a service catalog form that should filter it's available options based on the value of another field on the form (location).   It works perfectly in CMS but I'm struggling to replicate this in Service Portal on Helsinki.In ...

neil_jones by Giga Contributor
  • 5225 Views
  • 12 replies
  • 2 helpfuls

REST API account with read-only access to all tables

Hello,We've been trying to use an SN account with rest api access to show information on our incidents/problems/etc within another application. However, when using this user, we only get empty search results, indicating that the user does not have th...

paulyams by Kilo Explorer
  • 7050 Views
  • 7 replies
  • 0 helpfuls

Resolved! how does SLA Commitment & SLA Result work

DearsDoes anyone can help to explain how dose the SLA commitment and SLA result worked? Here's my task SLA tableAnd my commitment defineAs my understand, there should be displayed as do not achieve the target, but all the results are meet the 100% ta...

find_real_file.png find_real_file.png

Set an encrypted field through the REST API

Hi,I'm trying to do a a PUT the Table rest endpoint as described in:https://developer.servicenow.com/app.do#!/rest_api_doc?v=jakarta&id=r_TableAPI-PUT so that I can set the value of an encrypted field.   I'm setting the parameter "sysparm_input_displ...

tajhuque by Kilo Explorer
  • 3445 Views
  • 5 replies
  • 0 helpfuls

Resolved! User Avatar icon blank in Service Portal

Hi folks, I am just wondering if anyone ever experienced a quirky issue on the Avatar icon in Service Portal when a new request just been raised.     The Avatar icon shows blank (usually it would shows the initials)This issue only occurs to certain u...

find_real_file.png find_real_file.png
georgechen by Kilo Guru
  • 4255 Views
  • 2 replies
  • 2 helpfuls

Password encryption in Rest Payload

Hi,I am using rest API to create user on ServiceNow and my playload is{"user_name":"Watson","first_name":"John","last_name":"Whatson", "email":"whatson@bcone.com","city":"Pune","department":"IT",   "user_password":"pass,123"}when i run this it create...

Getting attachments from 3rd party via REST API

Hello fellow Developers. New to REST and been stuck for a couple of days now trying to figure this out. We are getting an XML response from a 3rd party that contains a base64 string, which represents an attachment and i need to convert and attach it ...

kevinray by Giga Expert
  • 4553 Views
  • 4 replies
  • 0 helpfuls

Resolved! Domain Display value - Can we display name only without path?

Hello,  I'm working in a domain separated environment on my Helsinki instance and my users are complaining that it's too diffiuclt to determine domain in lists and form views. This is because the views are showing the full path of the domain so:     ...

mattcox by Tera Contributor
  • 4690 Views
  • 13 replies
  • 2 helpfuls

Resolved! How do I edit a view name?

HelloIn our system, we have a view called Emergencychange.   Is there a way for me to edit the view name so it says "Emergency Change"?

find_real_file.png

Need Help Returning Values with GlideAjax

I need to populate a dropdown of courses, based-on the term selected. I have a GlideAjax call to fetch the data and then use the addOption() function to populate the value in the 'u_course' field.   However, I am unable to filer courses offered by 'u...

Grade_Change_Form.png
codechaser by Giga Expert
  • 3380 Views
  • 12 replies
  • 1 helpfuls

Resolved! onSubmit client script starts on update of a record too

Hi,I have a weird behaviour with a client script that should take place only on a submit of a new record, but it works on update too.The script is very simple:function onSubmit(){       var gr = new GlideRecord('table'); gr.addQuery('key',g_form.getV...

gabrielon by Kilo Contributor
  • 3825 Views
  • 5 replies
  • 4 helpfuls

Resolved! How to set focus on a Record Producer form?

Hello,I have a Service Catalog Record Producer, with a list collector in the middle of the form.   When the form loads, I want the focus to be at the top of the form, or at least set to the first editable field.   In an onLoad Client Script I tried t...

Capture.PNG capture2.png