We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

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
  • 7282 Views
  • 6 replies
  • 4 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
  • 3929 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
  • 2594 Views
  • 8 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
  • 2087 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
  • 2970 Views
  • 6 replies
  • 1 helpfuls

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

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

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

How to add a email address to the watchlist

Hi All,   I have requirement to add a email address to the existing watch list Via workflow In the Catalog item there is a Reference Field, where it is mapped to watch list in the RITM from the workflow, In addition to the mapping I need to add one m...

Kamali3 by Kilo Contributor
  • 2262 Views
  • 2 replies
  • 0 helpfuls

Resolved! How to add multiple emails in CC in Email script

How to add multiple emails in CC in Email script? will below code work? please fix it if it is wrong script.. var getNumbers = event.parm2.toString(); var addALLEmails=[]; var gr = new GlideRecord('incident'); gr.addEncodedQuery('number...

Sathwik1 by Tera Guru
  • 3198 Views
  • 5 replies
  • 4 helpfuls