Welcome to QRCode - created and maintained by Sascha Wildgrube.
Creates QR Codes ready for printing and display.
QRCode is NOT an officially supported ServiceNow product.
QRCode does NOT come with any kind of warranty. If you use it, you own it!
x_snc_devtools.InstallApp("x_snc_qrcode");Create QR codes by entering the payload and display them on the screen.
Create a PDF with 12 printable QR codes on one page.
Controls if the QRCode application is active.
Controls the verbosity of log output produced by the QRCode application.
A user that can create, edit and delete QR Codes.
A user that can create and edit QR Codes.
A user that can view QR Codes
The table is not derived from any other table.
Creates a printable PDF containing 12 samples of the QR Code ready to be cut out after printing.
Displays the QR Code.
Retrieves information about the app's dependencies to other apps and required versions.
Gets a system property of this application.
This script installs QRCode.
Sets all system properties to default values.
Sets a system property of this application.
Creates a PDF containing 12 samples of the given QR Code ready for printing and cutting.
Produces a log output in the application log using the DevTools Debug function.
Implements the extension point for DevTools.
|
Methods:
* initialize()
* GetParentRecord()
* GetLinkDirectory()
* GetFormatConfig()
* GetApplicationStatus()
* RenderDebugDump()
* GetInstancePipelineName()
* GetEncodedQueryToPreventUselessChecks()
* AppVersionBaselineOnFinish()
* Prompt()
* IsTechnicalUser()
The DevToolsGetLinkDirectory function is called by the DevTools extension point instance class and returns an extended (or modified) link directory object that serves as the basis for the DevTools Link page.
The DevToolsGetParentRecord function is called by the DevTools extension point instance class and returns a parent record for the given record if it can be determined.
Renders the UI Page which displays the QR Code.
Renders 4x3 printable QR Codes for an A4 page.
Returns true if the application is active, otherwise false.
Produces a log output in the application log.
Produces an error log output in the application log.
Produces a warning log output in the application log.
Compatible Versions: 1.140.0
Repository url: https://github.com/saschawildgrube/servicenow-devtools.git
No technical debt has been documented for this application.
Copyright 2026 by Sascha Wildgrube
Licensed under the Apache License, Version 2.0 (the "License")
You may not use QRCode 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.
First baselined version