Skip to content
View iamkalai's full-sized avatar
Block or Report

Block or report iamkalai

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. SNStandardsFramework SNStandardsFramework Public

    This contains a global app that can be used on ServiceNow to create a development standards framework.

    10 14

  2. SNEasyScheduledJob SNEasyScheduledJob Public

    This is a low code ServiceNow app aimed at admins to help them schedule jobs using configuration settings.

    2

  3. ServiceNow Snippets ServiceNow Snippets
    1
    (function () {
    2
    
                  
    3
        var getCatalog = new GlideRecord("sc_cat_item");
    4
        getCatalog.addEncodedQuery("active=true^hide_sp=false^sys_class_name=sc_cat_item"); //Update this
    5
        getCatalog.query();
  4. SNTIL SNTIL Public

    ServiceNow TIL (Today I Learned)

    16 6

  5. SNCommonLibraryFunctions SNCommonLibraryFunctions Public

    This project is an attempt to reduce boilerplate code, reduce clutter and promote reusability

    7 2