SapphicFire - Overview

View SapphicFire's full-sized avatar

Astrid Sapphire SapphicFire

Personal GitHub profile! All opinions are my own, etc — Principal Product Success Manager, ServiceNow

Block or report SapphicFire

Pinned Loading

  1. A repository for several update sets around extending the Sidebar application in the Now platform

    2

  2. 1

    var AdhocCollaborationGenerationUtil = Class.create();

    2

    AdhocCollaborationGenerationUtil.prototype = {

    3

        initialize: function() {

    4

    		this.SIDEBAR_CHANNEL = gs.getProperty('sn_oe_sfs.sidebar_msg_channel','ea0cb816732110104a905ee515f6a7b5');

    5

    		this.RECORD_CARD_JSON = JSON.parse(gs.getProperty('sn_oe_sfs.sidebar_record_obj'));