Pinned Loading
-
SNStandardsFramework
SNStandardsFramework PublicThis contains a global app that can be used on ServiceNow to create a development standards framework.
-
SNEasyScheduledJob
SNEasyScheduledJob PublicThis is a low code ServiceNow app aimed at admins to help them schedule jobs using configuration settings.
-
ServiceNow Snippets
ServiceNow Snippets 1(function () {
23var getCatalog = new GlideRecord("sc_cat_item");
4getCatalog.addEncodedQuery("active=true^hide_sp=false^sys_class_name=sc_cat_item"); //Update this
5getCatalog.query();
-
SNCommonLibraryFunctions
SNCommonLibraryFunctions PublicThis project is an attempt to reduce boilerplate code, reduce clutter and promote reusability
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.