Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

Where is SLA information stored?

Hello everyone. I am trying to gather reports regarding all the different SLAs each contract has on ServiceNow. I ran a report on the SLA Definition [contract_sla] table but was not able to find some records. When I looked at the Task SLA [task_sla] ...

Confirmation Dialog Box using UI Page, OK Button will not work

When cancelling a change, I am using a confirmation dialog box that pops up to enter reason and select OK.  When I enter the reason, select OK, nothing happens.  I xml'd the ui page and the Cancel change ui action from my personnel development instan...

find_real_file.png
Gary Martin by Mega Contributor
  • 5302 Views
  • 6 replies
  • 4 helpfuls

How to use query records with an array?

I am having an array with these values.. var arr = [10, 20, 30, 40]; var gr = new GlideRecord('incident'); gr.addQuery('number', 'INC0003440'); if(gr.next()) { var getCode = gr.code; if (arr.indexOf(getCode) != -1) {                     ----> Instead...

Sathwik1 by Tera Expert
  • 898 Views
  • 1 replies
  • 0 helpfuls

Resolved! How do I associate the subflow with main flow in Flow Designer

Hello All - Using the Flow Designer, I built a rather large workflow (about 200 steps) that still needs to grow even larger.  So, I figure I should do some subflows.  The problem I am running into is that I don't know how to make sure that my subflow...

Ben124 by Tera Expert
  • 2707 Views
  • 2 replies
  • 1 helpfuls

Resolved! How to set notification subject through email script

I have to set approval rejected user to populate in email notification. Notification i have written on Change_request table. Here my script: appr = new GlideRecord('sysapproval_approver'); appr.addQuery('state', 'rejected'); appr.addQuery('sysapprov...

prasad8 by Giga Expert
  • 1492 Views
  • 8 replies
  • 0 helpfuls

variables not cascading from order guide to catalog item

In an order guide form we have used Item variable assignment to cascade variable value to catalog item, for some reasons this is working fine in our test environment but not working in development, QA and Prod environments.  Could anyone please help ...

Divya28 by Kilo Explorer
  • 896 Views
  • 2 replies
  • 0 helpfuls

Not able to edit list view as end user

Hi Team, I am working on security incident table(sn_si_incident) table As Admin I am able to edit list view but As end user I am not able to edit any field of list view. I have checked ALC on that table there is no any list edit ACL. I checked on cel...

lucky24 by Tera Contributor
  • 1563 Views
  • 2 replies
  • 1 helpfuls

While discovery After business rule is not executing

While executing quick discovery, business rule is not getting executed. System property(glide.identification_engine.batch_update_last_discovered) is 'false' When we create relationship manually to cmdb_rel_ci, then its works fine. Please find attache...

find_real_file.png
Ankit38 by Tera Contributor
  • 1325 Views
  • 6 replies
  • 1 helpfuls

Resolved! テーブルのレコードデータのアクセス制御

添付の資料を確認願います。以下のアカウントが存在します。・管理者X・ユーザA、ユーザB、ユーザC・・・左の画面は、ユーザA~Cがそれぞれ登録した情報を一覧表示しています。実施したいこと・管理者Xは、この画面でユーザA~Cが作成したすべての情報をみることができますが・ユーザAは自分が登録したレコード(行)だけ見れる・ユーザBは自分が登録したレコード(行)だけ見れるこのような、表の中のレコード毎にアクセス制御をする場合の設定手順を教えてくださいCSMの機能で実装しようとしていますが、CSMで実施でき...

Jun Arikawa by Kilo Explorer
  • 1345 Views
  • 1 replies
  • 0 helpfuls

Resolved! How to had URL hyperlink in Annotation (info Box Blue)

I'm trying to add a new URL  hyperlink inside a info box blue annotation. My predecessor had the hyperlink inside this annotation however i need to update the URL link. Using form design or layout i cannot add the hyperlink. I used word to insert a h...