Blog

This blog has a pagination of 8 posts per page.
The pagination is only shown if there are more posts (325) than items per page (8).

Reading flows encrypted and compressed values

servicenow gliderecord flow-designer

A quick guide on how to read encrypted and compressed values from Flow Designer in ServiceNow.

The approval field and why it works the way it does

servicenow approvals
  1. There's the told approval engine that I believe evaluates the sysrule_approvals and process_guide records. There's a number of approval rules against sc_...

2024 VPS host pricing

hosting

Virtual Private Servers.... There's a little bit to know here. I was trying to find a good comparison site. Didn't see one so thought I'd toss my notes up ...

Quirks of db_image, db_video, and db_audio in ServiceNow

servicenow tables

The db_image, db_video, and db_audio tables in ServiceNow do something interesting: they completely ignore access controls (ACLs). That means any file stored...

App Administration VS Delegated Development

servicenow business-rules service-portal flow-designer

A quick guide on the differences between Application Administration and Delegated Development in ServiceNow.

How to change the MOTD on Ubuntu

ubuntu

The Message of the day on linux is helpful, but its long and... a little hard for things to stand out.

!MOTD

I had a few questions about the MOTD.

1...

Approval field and why it works the way it does

servicenow approvals
  1. There's the told approval engine that I believe evaluates the sysrule_approvals and process_guide records. There's a number of approval rules against sc_...

Batching Updates (GlideRecord and GlideMultipleUpdate)

servicenow gliderecord

Update Many does not need .query() Update Many does not work with .chooseWindow() or .setLimit()

Glass' Putan Post

Updating Multiple Entries | Glas...