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

Forum Posts

Resolved! Filter out changes from My Approvals widget

Dear Service-Now'ers, I'm trying to achieve to filter out Changes from the My Approvals widget used on the Service Portal. Currently Changes are also shown in the My Approvals widget, but these are managed by the CAB. Meaning all the CAB members see ...

Quinten1 by Mega Contributor
  • 1556 Views
  • 4 replies
  • 2 helpfuls

How to redirect email to other email address?

I have a requirement,if sender's email contains 'xyz' or 'abc' create a ticket else redirect that email to email@company.com.How to achieve this?i have created inbound email action for 1st part but looking for help for redirection to other email addr...

Madhavi5 by Giga Contributor
  • 2178 Views
  • 3 replies
  • 0 helpfuls

Check for Attachments on Service Portal

We have a onsubmit script for CMS that worked fine but this is not working on Service Portal.function onSubmit() {     //Type appropriate comment here, and begin script below       var sys_id=gel('sysparm_item_guid').value;     var gr = new GlideReco...

mattrom1 by Giga Expert
  • 7654 Views
  • 5 replies
  • 2 helpfuls

Catalog item notifications

Notification Name : Onboarding - New User Info Trigger : When RITM is marked closed complete Send To : Manager on the input form Subject Line : Information for new hire: [First Name] [Last Name] Email body text : [First Name] [Last Name]  Urgency Fla...

vinu2 by Giga Contributor
  • 2582 Views
  • 7 replies
  • 2 helpfuls

Resolved! Hyperlink a ticket number on a document to ServiceNow

Hi everyone,Does anyone know how to hyperlink a ticket number on a document so when interacted with will take the user to that ticket? I thought I could simply copy the reference from my instance however the link only seems to work for me.  

Andrew_TND by Mega Sage
  • 4816 Views
  • 6 replies
  • 2 helpfuls

Additional comments from RITM to SCTask

Hi Community,I want to know if is possible see the Additional comments posted(activity) on RITM into SCTask form. In our setup, if the SCTASK owner posts to Additional Comments it goes to the Client. Then the client posts a response but it only goes ...

lexdiaz by Giga Contributor
  • 4065 Views
  • 8 replies
  • 3 helpfuls

Change Label name issue in Report (Database View)

Hi Everyone,I am working on report and the reports are created through database view.Tables are: 1) cmdb_rel_ci and 2) u_system_tracking_reportI want to change the label name of "sys_created_on"   to "Report date"and as well as "Parent" to "Applicati...

Untitled.png
m_servicenow by Kilo Contributor
  • 5725 Views
  • 3 replies
  • 4 helpfuls

Resolved! how to do bulk update on knowledge Article Auther and SME.

KA without Author and SME ,  Author and SME will be required fields so  all empty needs to be updated. Please update Author with - ABC person(USER) and SME with XYZ person(Another USER).  can someone pls help with FIX\BACKGROUND SCRIPT to update 1000...

surajjha by Tera Contributor
  • 1451 Views
  • 1 replies
  • 2 helpfuls

Survey Email Template Notification

Hi Experts, I need to use the assign survey option for the published survey want to know is there any default email template getting attached(name of the email template) if there is no default email template how will I assign one of the custom email ...

Heisenberg by Tera Contributor
  • 4856 Views
  • 2 replies
  • 1 helpfuls

Sort order on fields in activity stream

Hi (London latest patch) We have created 5 new fields on change_request. Then we have added those 5 fields to the "Change Request activity formatter", by using the "configure available fields" link   Then we make som input in the 5 fields and save t...

find_real_file.png find_real_file.png find_real_file.png
spriisholm by Giga Contributor
  • 1310 Views
  • 2 replies
  • 0 helpfuls

"XMLHttpRequest" is not defined

Hello Community members,I have a requirement to get   some external data in include script(server side).   I am   using the following code for the same but i   am getting error like "XMLHttpRequest" is not defined . var client=new XMLHttpRequest(); ...

manishk1 by Kilo Contributor
  • 8799 Views
  • 4 replies
  • 5 helpfuls

What is the best way to reclaim consumables?

Hi,I am working on Asset management implementation. I know how to assign/consume consumables (using consume button) but what is the best way to reclaim that consumable if person leaves the organization (or any other applicable) use case?Thanks in adv...