<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Kevin Custer - Blog</title>
        <link>https://www.kevin-custer.com/</link>
        <description>A blog about software development, technology, and open source</description>
        <lastBuildDate>Wed, 11 Dec 2024 20:58:44 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>Gridsome Feed Plugin</generator>
        <atom:link href="https://www.kevin-custer.com/rss.xml" rel="self" type="application/rss+xml"/>
        <item>
            <title><![CDATA[ServiceNow Washington DC: Flow Designer New Features - Break and Continue]]></title>
            <link>https://www.kevin-custer.com/blog/service-now-washington-dc-flow-designer-new-features-break-and-continue/</link>
            <guid>https://www.kevin-custer.com/blog/service-now-washington-dc-flow-designer-new-features-break-and-continue/</guid>
            <pubDate>Sun, 04 Feb 2024 00:00:00 GMT</pubDate>
            <content:encoded><![CDATA[The Washington DC release of ServiceNow brings a couple of welcome additions to Flow Designer - Break and Continue functionality in For loops. These small but powerful additions can help clean up workarounds that were previously used to accomplish similar functionality. In this article, I will briefly cover how to use them!]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Embracing Flow Designer]]></title>
            <link>https://www.kevin-custer.com/blog/embracing-flow-designer/</link>
            <guid>https://www.kevin-custer.com/blog/embracing-flow-designer/</guid>
            <pubDate>Mon, 24 Apr 2023 00:00:00 GMT</pubDate>
            <content:encoded><![CDATA[When Flow Designer was first released, I was working at an end-user. Many of my colleagues were skeptical, and there seemed to be some reluctance among developers to adopt the new product. This was completely understandable, as developers already had access to powerful tools such as Workflows, Business Rules, and Scheduled Jobs to name a few. Why would anyone be interested in yet another tool that achieves the same results, while stepping away from building solutions with code? Personally, I felt that Flow Designer would never replace the need to write code in complex situations -- "Why would I even bother learning to use this tool? I'll just stick with what I know.", I told myself...]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[New Features for Flow Designer in ServiceNow Utah]]></title>
            <link>https://www.kevin-custer.com/blog/new-features-for-flow-designer-in-service-now-utah/</link>
            <guid>https://www.kevin-custer.com/blog/new-features-for-flow-designer-in-service-now-utah/</guid>
            <pubDate>Fri, 03 Feb 2023 00:00:00 GMT</pubDate>
            <content:encoded><![CDATA[With the Utah release of ServiceNow, some nice quality of life improvements for Flow Designer have been added. We now have the ability to see all the places subflows and actions are used, create subflows from consecutive steps, and much more! In this post I'll cover some of the new Flow Designer features Utah has to offer!]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[ServiceNow Flow Designer: Build a Connect Chat Action]]></title>
            <link>https://www.kevin-custer.com/blog/service-now-flow-designer-build-a-connect-chat-action/</link>
            <guid>https://www.kevin-custer.com/blog/service-now-flow-designer-build-a-connect-chat-action/</guid>
            <pubDate>Mon, 04 Oct 2021 00:00:00 GMT</pubDate>
            <content:encoded><![CDATA[Wouldn't it be nice to have a Flow Designer action that will let you send Connect Chat messages to users? I have found this to be particularly useful for analysts / fulfillers who are waiting on some condition to be met before they can proceed with working a ticket. With connect chat messages, analysts can be notified when something is finished while they work through other tasks, without being bombarded with email or SMS notifications. In this article, we will build a single Flow Designer action that can both create conversations and send messages to existing conversations.  We will then use that action in an example flow.]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Disabling Snaps in Ubuntu 20.10 (and 20.04 LTS)]]></title>
            <link>https://www.kevin-custer.com/blog/disabling-snaps-in-ubuntu-20-10-and-20-04-lts/</link>
            <guid>https://www.kevin-custer.com/blog/disabling-snaps-in-ubuntu-20-10-and-20-04-lts/</guid>
            <pubDate>Thu, 29 Oct 2020 00:00:00 GMT</pubDate>
            <content:encoded><![CDATA[With the newly released Ubuntu 20.10 upon us, and the recently released LTS (20.04), many have mixed feelings about the proliferation of snap packages in Ubuntu. In this article I'll show you how to completely remove the snap system from Ubuntu if you prefer a purely apt sytem 🙂]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Create a Dynamic Sitemap in ServiceNow]]></title>
            <link>https://www.kevin-custer.com/blog/create-a-dynamic-sitemap-in-service-now/</link>
            <guid>https://www.kevin-custer.com/blog/create-a-dynamic-sitemap-in-service-now/</guid>
            <pubDate>Tue, 28 Jul 2020 00:00:00 GMT</pubDate>
            <content:encoded><![CDATA[For organizations having public-facing service portals, there is often a need to have public content indexed, or crawled, by search engines in order for users to quickly and easily find relevant articles. Building a sitemap is one way of improving SEO by essentially announcing a given list of links that search crawlers should visit.  I will walk you through setting this up in ServiceNow by using a custom Processor.]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Embed a Widget with Options in a Catalog Item in ServiceNow]]></title>
            <link>https://www.kevin-custer.com/blog/embed-a-widget-with-options-in-a-catalog-item-in-service-now/</link>
            <guid>https://www.kevin-custer.com/blog/embed-a-widget-with-options-in-a-catalog-item-in-service-now/</guid>
            <pubDate>Tue, 10 Mar 2020 00:00:00 GMT</pubDate>
            <content:encoded><![CDATA[Did you know that it's possible to use Service Portal widgets inside of a Catalog Item and also pass instance options into the widget? This article will show you how!]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[How to use Multiple Git Identities on One Host]]></title>
            <link>https://www.kevin-custer.com/blog/how-to-use-multiple-git-identities-on-one-host/</link>
            <guid>https://www.kevin-custer.com/blog/how-to-use-multiple-git-identities-on-one-host/</guid>
            <pubDate>Wed, 26 Feb 2020 00:00:00 GMT</pubDate>
            <content:encoded><![CDATA[If you've ever found the need to make git commits using a different identity based on the repository, you'll be glad to hear that it's possible by using folder-specific git identity files and including them in your main .gitconfig ... it's quite simple to set up, and this guide will show you how!]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Migrate a Rails Project from Paperclip to ActiveStorage]]></title>
            <link>https://www.kevin-custer.com/blog/migrate-a-rails-project-from-paperclip-to-active-storage/</link>
            <guid>https://www.kevin-custer.com/blog/migrate-a-rails-project-from-paperclip-to-active-storage/</guid>
            <pubDate>Mon, 17 Feb 2020 00:00:00 GMT</pubDate>
            <content:encoded><![CDATA[Paperclip was an infamous gem in the Rails world which provided file upload capabilities for Rails projects.  The gem was deprecated shortly after the release of Rails 5.2, which included a similar built-in capability known as ActiveStorage. This guide is intended to help with migrating a Paperclip-enabled Rails project to instead use ActiveStorage (specifically with Amazon S3 storage).]]></content:encoded>
        </item>
    </channel>
</rss>