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

Forum Posts

Service Bridge Onboarding Error

Hi,I'm facing an issue while onboarding an customer using Service Bridge and During "Connect to Provider"Its showing the error as follows:Request to establish a ServiceNow Service Bridge integration We failed to find a matching Registration task. Thi...

J Rohit by Tera Expert
  • 486 Views
  • 1 replies
  • 0 helpfuls

Resolved! restirction due date is not working in SOW view

Hi, I have written onchange client script, below is my script function onChange(control, oldValue, newValue, isLoading, isTemplate) { if (isLoading || newValue === '') return; if (newValue == oldValue) return; var forma...

How to remove watermark from sent and received emails

Hi,  I want to remove the watermark from both sent and received emails. I found this property "glide.email.watermark.visible" I have changed the value to false. I know this property will only work when email notifications are sent.   When ServiceNow ...

SriramPusuluri_0-1748409677889.png

Resolved! Flow Designer - Ask for approval activity is not working

I am trying to trigger approvals in my Flow, but I am unable to pass the sys_id in the “Ask for Approval” activity.Use case:I have created a custom action that fetches the approver’s sys_id based on certain conditions. The approvals are dynamic, and ...

MDRaheem by Tera Contributor
  • 1477 Views
  • 5 replies
  • 0 helpfuls

CIM - New Implementation

We are implementing CIM and despite searches, there are two things which i was not able to find how to do.I have the OoB sn_cim.improvement_manager role 1.  Business Process - informational message:  This record is due for review and updates (see scr...

Diane22 by Tera Guru
  • 753 Views
  • 1 replies
  • 0 helpfuls

Resolved! Add service catalog variable to email notification...

I need to pull a service catalog variable on "sc_req_item" table to email notification.  I am reading that the variable first needs to be defined on email script before adding to the email notification which makes sense but I am not sure how to write...

Tom L Logan by Mega Expert
  • 13514 Views
  • 9 replies
  • 8 helpfuls

Understanding GlideDate() and GlideDateTime() in ServiceNow:

Understanding GlideDate() and GlideDateTime() in ServiceNow:ServiceNow developers frequently work with date and time data to manage records and processes effectively. GlideDate() and GlideDateTime() are essential classes in ServiceNow for handling da...

Selva Arun by Mega Sage
  • 19910 Views
  • 2 replies
  • 10 helpfuls

Resolved! Preventing Duplicate Attachments in Bi-Directional Sync (sc_task to rm_story)

Hi Community,  I am facing an issue with duplicating attachments while syncing files from Catalog Task (sc_task) to Story (rm_story).  Scenario: Our integration is bi-directional: ServiceNow to Azure DevOps and vice-versa.The flow is: User adds an at...

Community Alums by Community Alums  
  • 1090 Views
  • 5 replies
  • 0 helpfuls

triggering subflow from script include.

var triggerServiceOptionFlow = Class.create();triggerServiceOptionFlow.prototype = Object.extendsObject(AbstractAjaxProcessor, {    bulkSubscribers: function () {        try {            // --- Read parameters (support both plain and sysparm_* names)...

YashasM by Tera Contributor
  • 799 Views
  • 1 replies
  • 0 helpfuls