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

Forum Posts

Resolved! How to clear the Error Message popup previously?? (It keeps stacking up when hit the error and the first error unable to clear)

Hi Guys, I have a OnSubmit Client Scripts as below, tried to add in "g_form.clearMessages();" in order to clear the precious error messages, but it still leaving the first error on top and unable to clear it. (If I remove the "g_form.clearMessages();...

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