GRC: Business Continuity Planning GeneratePlanPdfUtilBase
Hi community, looking at guidance to understanding this Script Include: var GeneratePlanPdfUtilBase = Class.create(); GeneratePlanPdfUtilBase.prototype = { initialize: function(planSysId) { this.planTable = 'sn_bcp_plan'; this.p...
