Name

global.BatchRollbackHelper

Description

Script to help with batch rollback operations

Script

var BatchRollbackHelper = Class.create();
BatchRollbackHelper.prototype = Object.extendsObject(AbstractAjaxProcessor, {

  getRollbackInformation: function() {
    var sysId = this.getParameter('sysparm_id');
    var type = this.getParameter('sysparm_type');
    var json = sn_batch_install.BatchInstallAPI.getRollbackInfoAsJSON(sysId, type);
    return json;
  },

  type: 'BatchRollbackHelper'
});

Sys ID

d7d186565b22101057b20f87df81c7f2

Offical Documentation

Official Docs: