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

Forum Posts

Clean way to extract articles from Service Desk to ServiceNow?

Have a client who is trying to export his KAs to SN but when he exports them the formatting gets brutally butchered.  I am not sure of his process and have never used SD but was wondering if there was a recommended way other then the old fashioned cu...

F3nix by Tera Contributor
  • 306 Views
  • 2 replies
  • 0 helpfuls

Reminder email for Incidents last update >30 days

I have a request to generate an email that would go out every week to the Assigned To for in active incidents.Here is what I'm looking to do;* Run a report on a designated schedule (Assume I can do this with Scheduled Job)* List all incidents that ha...

John H1 by Tera Guru
  • 280 Views
  • 1 replies
  • 0 helpfuls

Autopopulate fields in Service Catalog form

Im sure this is simple and i'm just overthinking it... I have a form that points to specific hardware in the peripheral table (cmdb_ci_peripheral) I want to do the followingSelect Box - user selects the peripheral < this worksThen Autopopulate the fo...

Resolved! Service now Retention policy

Hi Team,   Would require help here to understand the service now hi team retention policy for any customer instance.Not with the personal Instance This helps in customizing internally in service now instance but would like to understand retention pol...

Anand D N1 by Giga Contributor
  • 3353 Views
  • 3 replies
  • 1 helpfuls

Script Action fliter to restrict system to impersonate

Hi Experts, We have a scenario where there will triggering an email when ever a user perform impersonation. We have a Script Action for this which triggers a notification via an Event. The issue is the email notification is getting triggered as "Your...

bhaavani by Tera Contributor
  • 226 Views
  • 1 replies
  • 0 helpfuls

Resolved! KB Approval Issue

Hi All,I am trying to attach approvals to the knowledge article through the script of the "Approval User" workflow activity.The requirement is: Approval should go to the common users of the current ownership group and another specific group.The logs ...

Palak5 by Tera Contributor
  • 511 Views
  • 6 replies
  • 1 helpfuls

run subworkflows in a workflow

HI, I am trying to run multi workflows asynchronously from run script activity in a different workflow. we tried to use sn_fd.FlowAPI but nothing happened attaching the script-for(var i=0; i<5; i++){sn_fd.FlowAPI.getRunner().flow('global.flow_name')....

Creating a custom field type

Hi All, I want to use an email field type in SCTASK table but it is not an OOB field type. So, how to create a field type/ field class in servicenow.

Pankaj kr by Kilo Sage
  • 1484 Views
  • 6 replies
  • 0 helpfuls

How request item is created by servicenow

Can anyone help me on this.I need to find from which script or workflow request item is created when we submit a catalog item.Which script or workflow is responsible for mapping the request item fields.