ServiceNow AI Platform forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

org.apache.commons.httpclient.HttpException: java.security.cert.CertificateException: No subject alternative names present

While executing 3rd Party rest apis with basic auth I am getting the following error:Tried  setting the system property "com.glide.communications.httpclient.verify_hostname" to false. After setting this faced with the issue  "No Certificate issuer fo...

find_real_file.png

Resolved! Automate adding members to group

Hi guys, Using flow designer, how can I automate the fulfilling of a catalog task that adds users to different groups. The request contains a list collector of all the groups the user needs to be added. Below is the flow, I can't seem to select the g...

find_real_file.png
JLeong by Mega Sage
  • 7449 Views
  • 21 replies
  • 7 helpfuls

Should Record Watch work on any table?

I'm trying to setup some favorites functionality for a portal using the sp_log table to store the 'favorites' (rather than creating a custom table). This table works well for me because it has all of the attributes I would need anyways (the user, the...

Resolved! getReference() is not working in scoped app

Hi, I have written the onChange client script on "time_machine_name" variable to add and remove the option from the select box variable. script: function onChange(control, oldValue, newValue, isLoading) {// if (isLoading || newValue == '') {// return...