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

Articles

Strategies for reporting in ServiceNow

Strategies for reporting in ServiceNow The core reporting capability in ServiceNow is excellent, it’s straight forward and intuitive to create consistent looking reports using any data in the Now platform.  Importantly, the underlying data is availab...

find_real_file.png find_real_file.png

Find a sys_id anywhere within ServiceNow

There's been a few of these scripts floating around, but this one is nice and fast... simply pop in the sys_id you need to track down and run this in a background script. var findSysID = 'f12ca184735123002728660c4cf6a7ef'; var tables = new GlideReco...

find_real_file.png

Cloning Best Practices (Data Anonymization)

The System Clone application automates much of the cloning process. An administrator defines what data is preserved on the target instance and what data from the source is not cloned, then initiates the cloning process. A background job ensures that ...

find_real_file.png find_real_file.png
pierrondi by Tera Contributor
  • 6743 Views
  • 3 comments
  • 5 helpfuls

List V3 Going the Way of the Dodo?

List V3 has always been an issue since it's release with lots of customers mentioning its performance issues. For those of you using still using List V3, or are planning to do so, there is a clear message in the London Release notes on this page: htt...

find_real_file.png find_real_file.png

Using Category and Subcategory on record producers: Leveraging ref_qual_element on Lookup Select Boxes

After a recent client had asked us to create an Incident record producer with some of the same functionality on the portal record producer, we were inspired to accomplish this in a simpler way. This week’s post in NOW You Know shows a quick solution ...

Virtual agent embedding

After doing some work on the virtual agent and embedding the solution in an internal SharePoint site I decided to share the properties needed to make the embedding work. The details provided on the service now docs site do not include all the necessa...

ivanovs by Giga Contributor
  • 2127 Views
  • 3 comments
  • 2 helpfuls

Workflow Coordinator Object - What it is and how to use it in Parallel flow launcher workflow activity to dynamically call multiple subflows based on a condition

Hello All,  A WorkflowCoordinator object specifies which subflows to run and the input variables to pass to those subflows. Just thought to share this information which i did in one of my recent implementations. I had a requirement where i have a MRV...

siva_ by Giga Guru
  • 2400 Views
  • 4 comments
  • 5 helpfuls
Top Contributors