ServiceNow AI Platform forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! Dynamic Banner

Hi guys,I'm struggling with something that feels like it should be simple.I'd like to have the ServiceNow Banner dynamically change depending on who is logged in. We are in a domain separated instance and some of our customers have asked for that ext...

find_real_file.png find_real_file.png

Slow performance of instance.

Dear community!Our instance is suffering from slow performance. There are many cases when running transactions exceed 200 seconds. In order to solve this problem we tried to configure cache, homepage performance and etc. This problem constantly occur...

damirdoszhan by Tera Contributor
  • 13785 Views
  • 10 replies
  • 3 helpfuls

Tracking Session Timeout...

I'm looking to see if someone can tell me where I can go to see when a user's session has timed out due to inactivity?   We have our session timeout set to four hours but we have a handful of users that are reporting that they are timing out prior t...

dwerner by Kilo Sage
  • 1916 Views
  • 3 replies
  • 0 helpfuls

Resolved! REST Message from Workflow Being Truncated

I have created a REST message to an in-house created API.   When I test the message using the test functionality from the HTTP Method, it works as expected, however when I call it from a Workflow using the REST Message WF Activity the endpoint URL is...

Resolved! How are DNS Aliases modeled in CMDB

Given one server with 8 different aliases and each alias is assigned a different IP address (10.243.4.40 - 48/255.255.255.0)   It seems as though if Discovery is given a task to discovery an IP address range 10.243.4.x/24.   Discovery comes back with...

Skip activity in workflow

Hi All,Can i skip the timer activity in the currently running workflow context? Please let me know if we have any such option.Thanks and Regards,kirti

Community Alums by Community Alums  
  • 4203 Views
  • 6 replies
  • 2 helpfuls

import appears to work but 0 records processed

I have a small .xls file of 20 records to load into location.   I load the records into the import set without an issue.   I built a transform map and have aligned the fields.   I use the mapping assist to see the data fill into specific fields.   I ...

karenk by Kilo Explorer
  • 2609 Views
  • 7 replies
  • 0 helpfuls

Resolved! Export tables as XML using script

Hi.We are running an on-premise installation, and the automatic clone process is not supported for on-premise databases when the size is as large as ours.So to clone we follow a process described by ServiceNow where the whole database is restored at ...

peterdurup by Mega Contributor
  • 8340 Views
  • 4 replies
  • 0 helpfuls

Resolved! Password Generator

Hey,I basically want some functionality that creates a random password of 8 characters usings a-z,A-Z, and 0-9. I was thinking of just having a UI page with a button and a text box with the output. I only need something as simple as that, unfortunate...