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

How to Create Task Group Templates

We've just begun to evaluate ServiceNow as of today, and I have setup a developer instance to help us look at functionality. We currently use BMC Remedy ITSM. One of the capabilities that Remedy has that I am having trouble finding a similar way of a...

MarkTAZ by Giga Contributor
  • 2571 Views
  • 2 replies
  • 0 helpfuls

Resolved! Hide Catalog Item from Popular Items

Can please someone help me how can we hide a specific catalog item from popular items widget in SanDiego release?As I have seen in SanDiego, the widget has been changed so much from the previous release, as my code is working fine in previous release...

Send reports in email body, but not as attachment

There is a  requirement by the user to send the scheduled reports as email notifications. The condition is the report should not be as an attachment, it should be a real time report in the email body, of half donut type. Any idea how to achieve this?

shreepriya1 by Kilo Contributor
  • 4949 Views
  • 4 replies
  • 2 helpfuls

What is the alternate for GlideDialogWindow in agentworkspace?

Hi all,We implemented the dialog pop window in incident form for one UI action it is not working in Agent Workspacewhat i noticed is GlideDialogWindow won't work in Agent Workspace what is the alternated method for this to show the dialog pop window ...

Saranya K by Tera Contributor
  • 1322 Views
  • 2 replies
  • 1 helpfuls

Add DL in CC in Email Notifications

1. Create email script - sys_script_email_list.do in this table2. Provide the Name of the email script3. For example DL is required for Incident Table Notifications, In the Script write the code like below: (function runMailScript( /* GlideRecord */ ...

Resolved! Flow Designer return catalog variable label

I am trying to return the label of a catalog variable in flow designer. It seems like no matter what I do, I still get the value of the variable, which is true/false, or undefined. I have tried both items below and cannot get the label. I need to lab...