SapphicFire - Overview
Personal GitHub profile! All opinions are my own, etc — Principal Product Success Manager, ServiceNow
-
ServiceNow
- Sydney, AU
- 18:45 (UTC +11:00)
- https://sapphirenow.dev
Pinned Loading
-
A repository for several update sets around extending the Sidebar application in the Now platform
-
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'));