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

Forum Posts

Get image from URL and store record

Hi all how to get an image from url in api and store in table form field.The script include works for other but not for image. when its string field its showing url..I changed to image field type then,How to get image 

Screenshot (173).png Screenshot (174).png Screenshot (170).png
SAM321 by Tera Contributor
  • 923 Views
  • 1 replies
  • 0 helpfuls

spModal buttons style

Hello.I've created a modal using spModal.open as shown in the image below: The modal was created like this: spModal.open({ title: "Delete Achievement", widget: 'aac3df15874d6510c20a84c30cbb3573', widgetInpu...

Captura de tela 2023-02-23 164547.png

Resolved! ServiceNow Curl ip address request with certificates

Hi all, We are trying to call ServiceNow via Rest Api to open an incident using the ip address (149.96.6.118, and not the hostname of the instance).  curl -v --location 'https://149.96.6.118/api/now/table/incident' \--header 'Content-Type: applicatio...

AddLoadEvent

I am learning more about ServiceNow.I have modified a UI script that redirects users with certain permissions. However, I'm attempting to modify this script and none of the console logs, alerts or JSLOGs are showing up on my addloadevent script. My t...

BrandonReed by Giga Contributor
  • 1764 Views
  • 1 replies
  • 0 helpfuls

Resolved! Including external js library

Hello,is there a way to include an external js library into servicenow instance? I need  to include a pdf making library. Just to be clear: i need this library mostly in the backend part of s-now (business rules, script includes, server side...), so ...

axelbest by Kilo Contributor
  • 8509 Views
  • 5 replies
  • 6 helpfuls

Resolved! How Glide schedule works with the time zone?

Hello All, I would like to ask you all how glide schedule works with the time zone? Will it consider system properties time zone? even after providing separate time zone in the incident with the schedule. NOTE: Please don't provide links, I am not ab...

Ksnow by Tera Contributor
  • 3297 Views
  • 7 replies
  • 2 helpfuls

Resolved! Unhandled exception in GlideAjax

Hi All, I am getting unhandled exception in GlideAjax I have created below:Catalog Client Script:var rf = g_form.getValue('requested_for');var ga = new GlideAjax('getAssets');ga.addParam('sysparm_name', "getAssetsList");ga.addParam('sysparm_user', rf...

Tejas12_0-1678701835023.png
Community Alums by Community Alums  
  • 3465 Views
  • 17 replies
  • 5 helpfuls

Advanced feature is missing in Business Rule

<html><body>I couldn't see the business rule's advanced option, when to run tab or action tab. I failed to figure it out.  Additionally, the personalize form area did not have an advanced checkbox. Is there any way to enable these options?</body></ht...