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

Forum Posts

Copying the Attachments from REQ to RITM to SC Task

Hi All,I have a requirement to copy the attachments as below 1. IF attachment added to Req then it should copy to RITM and SC TASK2. If attachment added to RITM then it should copy to SC TASK To achieve this I have created a insert BR on sys_attachme...

How to define homepage for impersonated user?

Hello,After deactivate the "Service Operations Workspace" (SOW) in our instance, when we try to impersonate some user, the "homepage" is set to: <instance>.service-now.com/now/sow.That is, it's defined to go to SOW Homepage, but as this Workspace is ...

FelipeMorais_1-1698926431933.png FelipeMorais_0-1698926244580.png

Report_view ACL

I am currently trying to analyse my Report ACLs between my Dev and Prod instances.i have one group of users that can see the reports in one but not in the other.the report are identicalthey have the same roles and groups attached to their profilesi h...

Ross Walker by Tera Contributor
  • 1991 Views
  • 9 replies
  • 1 helpfuls

Remove matching entries from an array

Hi All, Requirement:I have 2 arrays.array1 = ['Software', 'Hardware', 'Service Catalog']array2 = ['Technology', 'Governance', 'Hardware', 'HR', 'Service Desk', 'Service Catalog', 'Software'] If whatever present in array1, is matching the names in arr...

IP address validation

Hi Team,I have to validate IP address.IP address should be range from 0 to 255 and should be Like 165.237.245.224. How can I achieve above asking?Thanks

lucky24 by Tera Contributor
  • 1629 Views
  • 2 replies
  • 0 helpfuls

Need to send an attachment as Multipart form Using Rest API

Hi All, I need to send an attachment like a Multipart form from ServiceNow to Third party application. I created a Rest API is as follows. If I go and create it using a flow designer can any one help me to create the connection details like which one...

Ashok32_0-1700070435413.png
Ashok32 by Tera Contributor
  • 1636 Views
  • 1 replies
  • 0 helpfuls

Validation Regex for Numbers and as well allows decimal values ?

Hi All,Actually we have Validation regex for Numbers (integers), it allows only integers, but my requirment was, along with numbers , if user wants to allows him to add decimal value it , so The Regex allows him that able to integers or able to decim...

Deepika61 by Tera Contributor
  • 16658 Views
  • 2 replies
  • 0 helpfuls

ServiceNow and Power BI Integration

Hi,One of the requirement we have is to present ServiceNow data into Power BI. The option we explored is Table API which works fine with Power BI. But the issue is that we would like to have incremental data from ServiceNow and not whole data set on ...