This is an include script for encrypting and decrypting strings using two methods, one-way (SHA256) or two-way (GlideEncrypter), the two-way method also supports 24 char key as parameter to encrypt.
[Read More]
Tabbed Lists Widget
Widget to show multiple data tables in tabs
This is a widget that you can use to show multiple data tables lists on your service portal, it comes OOTB with 3 tabs, but could easily be extendable and configurable to include more tabs.
[Read More]
GlideRecord to JSON
Script Include to retrieve record and return a JSON string
This is a helper script include to return entire GlideRecord or specific fields as a JSON string that supports server side or client side scripting using GlideAjax.
[Read More]