Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Forum Posts

clarification on Glideschedule API

Hi All, I want to add business days using the GlideSchedule API. Here is the code:var startDate = new GlideDateTime(current.sys_created_on);var days = 5;var schedule = new GlideSchedule("08fcd0830a0a0b2600079f56b1adb9ae"); // 8-5 weekdays excluding h...

Overview integration techniques

Hi, Is there some overview available from all possible integration techniques and the situations they can be used? Some quick sheet or something? Greetings 

baekelal by Tera Contributor
  • 1129 Views
  • 2 replies
  • 0 helpfuls

i want use g_form in widget

In catelog item,i create a Custom with Label variable 。Then create a html widgetNow i want to use g_form in widget Client Script.How can i do   

HUANGCONG by Tera Contributor
  • 1874 Views
  • 3 replies
  • 0 helpfuls

Product Catalog API (sn_tmf_api): Not found

I'm trying to use the Product Catalog API, but I don't think I set it up correctly. Usually when using new endpoints, I look at the documentation to see the required plugins. Looking at these docs, it says to install the Product Catalog Advanced appl...

andresanche_0-1726666337139.png andresanche_1-1726666739971.png andresanche_2-1726666801328.png andresanche_3-1726666818317.png

How to export a knowledge record and its attachments to another instance

ナレッジレコードとナレッジレコードに紐づく添付ファイルとA環境からB環境へエクスポートしたいと考えています。I want to export knowledge records and the attachment associated with those knowledge records from instance A to instance B. そこで知見のある皆様にお力添えいただきたいです。So I would like to ask for the help of anyone w...