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

Forum Posts

ARTICLE - Custom Attachment Visibility Before Upload (UI16)

Hi everyone  I had a requirement where users need to choose the visibility of attachment(s) before uploading them. RequirementWhen a user uploads attachment(s) from a record (e.g., Catalog Task):Ask the user who should see the attachment(s)Based on t...

Community Alums by Community Alums  
  • 760 Views
  • 2 replies
  • 0 helpfuls

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
  • 647 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
  • 1774 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
  • 884 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
  • 13970 Views
  • 9 replies
  • 8 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  
  • 1328 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
  • 897 Views
  • 1 replies
  • 0 helpfuls