Name

global.LiveFeedUtilAjax

Description

Ajax helper class for helping actions of LiveFeedUtil

Script

var LiveFeedUtilAjax = Class.create();

LiveFeedUtilAjax.prototype = Object.extendsObject(AbstractAjaxProcessor, {

 deleteGroup: function() {
    var sysId = "" + this.getParameter('sysparm_sys_id');
    return new LiveFeedUtil().deleteGroup(sysId);
 },
 
 toString: function() { return 'LiveFeedUtilAjax'; }
});

Sys ID

2d3f49971f1210006db897c0ed8b70e4

Offical Documentation

Official Docs: