WTF 1.0.0

Welcome to WTF ("What the Fuck") - created and maintained by Sascha Wildgrube.

Overview

From time to time users have that "What the Fuck" moment. This app helps to express that feeling.

Table of Contents

Disclaimer

WTF is NOT an officially supported ServiceNow product.

WTF does NOT come with any kind of warranty. If you use it, you own it!

System Requirements

Installation

  1. Create an account on GitHub - if not done already.
  2. Create a personal access token (classic with "repo" scope) for your GitHub account.
  3. Add credentials to access GitHub - use "Basic Auth".
  4. Perform all installation steps for the DevTools application documented here: https://www.wildgrube.com/servicenow-devtools/ 
  5. Fork the repository https://github.com/saschawildgrube/servicenow-wtf.
  6. Go to Studio and import the WTF application from source control.
  7. Execute installation scripts.
    Run the following script as a background script in scope x_snc_wtf:
  8. x_snc_devtools.InstallApp("x_snc_wtf");
      Assign x_snc_wtf.optimist role to users.

Features

The button "What the Fuck" is added to all forms.

Every click of the "What the Fuck" button is logged so that more feedback can be requested from users.

Reference

Configuration Options

Roles

  • x_snc_wtf.optimist

    An optimist is a user who - due to their positive attitude - believes that pressing a "WTF" button has any sort of positive impact on the world.

UI Actions

Dependencies

Technical Debt

No technical debt has been documented for this application.

License

Copyright 2026 by Sascha Wildgrube

Licensed under the Apache License, Version 2.0 (the "License")

You may not use WTF except in compliance with the License.

You may obtain a copy of the License at: https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Release Notes

1.0.0 - 2026-02-13

First baselined version