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

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

Forum Posts

Resolved! Advanced Work Assignment Work Items Stuck in Queued State

I released AWA and Agent Workspace and in our PROD instance all items coming to the Work Items table are stuck in the queued state and not pending accept.  The online agents do not seem to have reached capacity, so I'm not sure why the inbound items ...

ctsmith by Mega Sage
  • 9061 Views
  • 13 replies
  • 8 helpfuls

Resolved! Unable to Set "Work Notes" mandatory for sc_task table

Hi @everyone,Can any one help me on how to make mandatory "work notes" in sc_task table by using UI action. I tried i am able to set "Notes" section instead "work Notes".function onclieck(){g_form.setmandatory('work_notes');}

Resolved! Imhow to send notification ehen sla is about breach in 48 hours

HiCan any one please guide me on logic to trigger condition In Request item any sla is attached - when sla  is about to breach with in 48 hours I want to notify assigned to I wrote flow but no luckI can't add trigger condition task.table is Ritm Than...

70980.jpg
srikanthgun by Tera Contributor
  • 1635 Views
  • 4 replies
  • 0 helpfuls

Users having Knowledge role should not able to edit Reports.

Hi All, I have a requirement that users who have Knowledge role should not able to edit the report. They can view but should not able to edit a particular Report. Should I write ACL for this . I have tried to share the report to the people who have K...

1_DipikaD by Kilo Sage
  • 1177 Views
  • 2 replies
  • 0 helpfuls

CAB Workbench

In the CAB workbench - I click on refresh agenda to get the list of changes and start the meeting.   But if someone submits a change late.  The agenda is been automatically updated when during the approval ( there must be some sort of refresh happend...

Alan_Mou_0-1778247627598.png
Alan_Mou by Tera Contributor
  • 581 Views
  • 1 replies
  • 0 helpfuls

Resolved! Knowledge translation task is not getting created ?

Hi Community Members, Kindly, bridge the gap of what I have missed to understand in translation management.  I am trying to translate knowledge articles via translation task /Machine translate and in order to achieve this I have installed below plugi...

Manal  AQUIL by Tera Contributor
  • 4053 Views
  • 6 replies
  • 1 helpfuls

Twilio/Notify - How to Link Incoming SMS with GlideRecord

Hi All, I am trying to implement On-Call Scheduling using Twilio - Notify. Now the requirement is if there's a P1 in the queue then the On-Call person will receive a SMS and Call, Where they need to acknowledge else the flow will move to the next per...

DebjitGhosh_0-1778235115943.png
DebjitGhosh by Tera Contributor
  • 1284 Views
  • 2 replies
  • 0 helpfuls

Unable to call Ui script in Workspace ui action level

Please find the workspace ui script function logTelemetry(status) { g_ui_scripts.getUIScript('UIActionPerformanceLoggerClient').then(function(perfLogger) { var executionTime = new Date().getTime() - start; perfLogger.logTime("Budgetary Quote: ", e...

pavanmallur by ServiceNow Employee
  • 693 Views
  • 2 replies
  • 0 helpfuls

Resolved! Visibility of catalog variables in reports

Hi All, I've got a requirement where the business wants to get a list of all the RITMs raised on Catalog item 'A'. The list should include many fields for ex - assignment group, requested for etc and VARIABLES of the catalog item as well. I tried to ...