Thom

Thom @23thom

About: ServiceNow Certified Technical Architect

Location:
Switzerland
Joined:
Dec 3, 2020

Thom
articles - 28 total

How to create a Web Search AI Agent on ServiceNow

This is a guide on how to create a Web Search AI Agent on ServiceNow. I'm using patch Yokohama Patch...

Learn More 14 0Mar 24

Skill kit: use output from LLM and save to custom field

The newly released skill kit to build your own Now Assist (Gen AI) skills is amazing. If you had that...

Learn More 3 0Aug 30 '24

Text-to-Code for ServiceNow

In this blog post, I want to share some good practices for code generation in ServiceNow and some...

Learn More 1 1Apr 20 '24

Composite Record Producer, a upgrade to Record Producer

We all love our ServiceNow Record Producer (RP). They are a great tool to collect information on a...

Learn More 0 0Aug 22 '23

Moving away from Update Sets (to AppRepo)

Update Sets, we love them and hate them at the same time. As you maybe already heard, ServiceNow...

Learn More 7 0Jul 19 '23

Show a second record form as a tab in your workspace

This blog post shows you how to create a second record page as a tab in your workspace page. This was...

Learn More 1 0Dec 7 '22

How to check IntegrationHub Usage

You can find a detailed breakdown in the table 'ua_ih_usage'. There you can see nicely how many...

Learn More 3 2Nov 9 '22

ServiceNow: When to use Customer Workflow (CSM) and when to go with Creator Workflow (AppEngine)

ServiceNow offers with Customer Workflow a competitive application for Customer Service Management...

Learn More 2 1Nov 7 '22

Set up Document Intelligence Component in Contextual Sidebar

!This post was made for the ServiceNow Tokyo Release! With the Tokyo Release of ServiceNow we got...

Learn More 4 0Sep 5 '22

Create a Theme variant for your configurable Workspace

The following tutorial should help you create your own theme variant that is used for your hole...

Learn More 6 0Aug 9 '22

ES12 in ServiceNow scoped apps

FINALLLYYYY!!! With the new Tokyo release, we can now use ES12 in our scope applications....

Learn More 3 0Aug 8 '22

Enable inline editing in Workspace lists

To activate the inline editing of lists in workspaces, you need to set the property...

Learn More 3 0Jul 22 '22

Next Experience Framework: select a shadow DOM node in your actionHandlers

I had the task to write a component where I render a d3js graph. D3.js is a JavaScript library to...

Learn More 5 1Jul 13 '22

Input forms challenge from rpachallenge.com with ServiceNow RPA

Out of fun I tried myself at the rpachallenge.com 'Input From' challenge (first one). The challenge...

Learn More 7 2Jul 11 '22

UI Builder: Add a page-level success alert message

If you want to add a success or any other notification, you can fire an event in a client script. The...

Learn More 11 0Jun 23 '22

Add a playbook to your contextual sidebar in a Workspace

If you want to add your playbook to your contextual sidebar on a workspace, the following steps...

Learn More 4 0Jun 16 '22

Starting routine of every RPA bot

When you create a new RPA unattended or attended bot you want to test it directly from the Studio. To...

Learn More 4 0Jun 10 '22

Add more languages to your ServiceNow RPA OCR action

ServiceNow's OCR RPA action uses tesseract OCR. As it is open source, we can add more languages. That...

Learn More 3 0Jun 7 '22

Get Started with RPA and ServiceNow

ServiceNow has now RPA capabilities with the new San Diego Release!! Whoop Whoop!! Lets set up our...

Learn More 3 0May 6 '22

Create a new tab on your workspace record page

If you want to add a new tab that routes a custom page in your record page, here is how to do...

Learn More 0 0Dec 27 '21

"Assign to me" declarative action in workspace

Let's be fancy and not use the old ui action for our assigned to me button, lets use the new...

Learn More 5 0Dec 8 '21

Add a new Button to your action bar on a workspace

This quick tutorials should explain how to add a new declarative action (DA) to your workspace action...

Learn More 3 1Sep 21 '21

How to add a (existing) Application to App Engine Studio

Sometimes you want to add an existing studio project to your App Engine Studio (AES). You need to do...

Learn More 2 0Aug 16 '21

Copy specific Attachment from Request Items to Approvals and vice versa

The requirement was to copy the attachment from a Request Item to an Approval record or vice versa. T...

Learn More 3 0May 26 '21

ServiceNow: Script Tracer

With the new Quebec release, ServiceNow has now a 'Script Tracer'! The Script Tracer is a javascript...

Learn More 3 2Feb 3 '21

ServiceNow: Using event parm to send custom object or array

The gs.eventQueue is a nice way to trigger events, which you can use in a variety of ways. For exampl...

Learn More 4 1Jan 15 '21

ServiceNow: Wait for Condition Flow Designer

The 'Wait for Condition' action in the ServiceNow FlowDesigner is run once and returns an EncodedQuer...

Learn More 6 2Jan 7 '21

ServiceNow: scheduled job, sending a reminder for approvals

I needed to write a scheduled job, which sends out a reminder notification to the approving person fo...

Learn More 6 2Jan 7 '21