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

Forum Posts

Resolved! Convert glide duration value to minutes

Hello, We have a field with type duration, but am trying to convert it into minutes and pass value on to string field. tried doing var duration = current.glidefieldonform.getGlideObject().getNumericValue();gs.log("minutes"+ duration); var minutes = (...

Sherice1 by Tera Contributor
  • 1750 Views
  • 2 replies
  • 0 helpfuls

Resolved! Notify +Twilio + On-Call

Hello Awesome Members,I am doing a POC to setup Notify sms with On call and through Twilio. I have been following the docs online but seems like I am stuck. Here are the steps I did -The purpose is to simply test assignment on-call rotation members, ...

tiyasa by Giga Expert
  • 4019 Views
  • 7 replies
  • 0 helpfuls

どのテーブルを参照すればデータが取得できるか

以下の項目が、どのテーブルからデータを取得できるかを教えていただきたいです。 参照するだけではデータは取得できないものもあるかと思いますが。。 現在は、ポータル、ナレッジを使用しています。 (Servicenow上でわかるのかも不明です。。)   ①ナレッジの記事毎のアクセス数  (Top10も算出したいです) ②検索キーワードTop10 ③ポータル使用時間(ポータルのログインからログアウト) ④オペレーター1次対応率 ⑤ステータス別対応時間 よろしくお願いいたします。

____54 by Tera Contributor
  • 1956 Views
  • 4 replies
  • 0 helpfuls

Resolved! REST API endpoint for search on incident ticket

When doing a REST API search for incidents I get an HTTP error 400Doing  search_incident_endpoint='/api/now/table/incident?sysparm_query=active%3Dtrue%5EORDERBYDESCnumber%5Estate<3%5E%5Estate<3%5Eshort_description%5Esysparm_limit=10' "Setting request...

RandyK by Mega Contributor
  • 3912 Views
  • 4 replies
  • 0 helpfuls

Disable commenting at the knowledge base level

After disabling commenting at the knowledge base level (via the disable commenting checkbox), why is the comment box continuing to present on some articles in the knowledge base where it was disabled?   I'm unclear as to why I'm seeing this inconsist...

ggowan by Kilo Contributor
  • 2622 Views
  • 3 replies
  • 0 helpfuls

Omit edit Condition in List control

Hi, I have tasks related lists in requested item form .I want new button to visible only to requested items related to catalog items and if the requested item is not a catalog item then the new button should not be visible.I need script for this in O...