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

Forum Posts

PDF Generator

Is there any way to generate Password Protected PDF in Servicenow?If yes please help to provide the solution.Thanks in Advance

Sanjay21 by Tera Contributor
  • 349 Views
  • 3 replies
  • 0 helpfuls

On-Call Table to View Current On-Call Members of a Group(s)

I have multiple scenarios where I need to display a report of all members currently on Call within each on-call group. I have looked up most of the On-Call tables and couldn't find any table that holds this information.  I know there is an "On-Call C...

Jordan G by Tera Contributor
  • 1100 Views
  • 1 replies
  • 1 helpfuls

Approve/Reject Button in a Notification

Hello, I have a requirement to configure Approve and Reject button in an email notification for Change. What is the best process to have this configured on the email notification instead of having a text for approve/reject? Thanks for your help.

AP30 by Tera Expert
  • 3008 Views
  • 10 replies
  • 4 helpfuls

How to stop SLA without removing setworkflow in BG script

Hi Team,We have a requirement to close bulk incidents through background script. Script:-var gr = new GlideRecord('incident');gr.addQuery('your_criteria_field', 'your_criteria_value');gr.query(); while (gr.next()) {    gr.setValue('incident_state', '...

thaduri sai by Tera Contributor
  • 579 Views
  • 5 replies
  • 0 helpfuls

Role Based Access for ITIL Users

Dear Community Members, We have different service catalogs and each catalog has different catalog items. Is there a way to restrict ITIL users for accessing other catalog items? For example, VPN Support Program Group Should see only VPN Catalog Incid...

Burhan Shah by Tera Contributor
  • 435 Views
  • 8 replies
  • 0 helpfuls