Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

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

Forum Posts

Linking to Network File within KB Article

I have been trying to find a way to create a hyperlink within a ServiceNow KB article to network file without any luck. The links keep trying to open within the browser instead of file explorer, even when using the file:// prefix.Has anyone found a w...

bordaj by Giga Contributor
  • 993 Views
  • 2 replies
  • 0 helpfuls

Resolved! How to re-sync an LDAP OU definition

I am trying to find out the best practice for wiping out an LDAP import (in my case groups), and then re-importing that OU definition.   In my scenario, the Groups OU previously had the wrong filter set, and now that it's been corrected, the invalid ...

Resolved! If condition always returns no.

Hello everybody,I am trying to create an if condition within a service catalog workflow. The advanced script looks as follows:answer = ifScript();function ifScript() { if (current.variables.delivery_address == "Test") {   return 'yes'; } return 'no';...

ajohn by Kilo Contributor
  • 2112 Views
  • 11 replies
  • 2 helpfuls

Retain SSO Source during a clone

We have unique SSO record for each instance in the Identity Providers table. After each clone, we need to update the sso_source field on each user record so that it is using the correct record for that instance.I've tried using a clone cleanup script...

Sabrina10 by Kilo Guru
  • 1710 Views
  • 4 replies
  • 0 helpfuls

Switch MID server from DEV to PROD

Hello I have 2 identical instances (just made at clone from DEV to PROD).The MID-server is configured against DEV and should now be moved to PROD.Except for changing the config.xml   on the windows-server ( <parameter name="url" value="https://YOUR_I...

2017-05-16.png
priisholm by Mega Expert
  • 3158 Views
  • 2 replies
  • 3 helpfuls

export limit for database view

Hi,I just figured out that, when I export data from database views, it exports only the first 10,000 records.Even if I edit the value of the limit system property, the result doesn't change.Any idea?ThanksRegards,

Disable report drill-down option

Hi all,My current client wants to display a few reports on his portal but the drill-down only gives him an empty list because of ACL.This is expected, but then how would you disable the drill-down from the start ?I thought of a few ways already :* ru...

Syvo by Giga Guru
  • 4150 Views
  • 10 replies
  • 1 helpfuls

Sort Report by aggregation

I have a report with Trend, Group by Company and trend by created, aggregation is count.Is it possible to sort the graph and the display grid by the aggregation?At the moment it is sorted by the grouped by field, in my case the companies.I would like...