Name
global.UxPageRegistryAdminTableChoices
Description
UxPageRegistryAdminTableChoices helps filter out non-compatible tables for sys_ux_page_registry.admin_panel_table
Script
var UxPageRegistryAdminTableChoices = Class.create();
UxPageRegistryAdminTableChoices.prototype = {
initialize: function() {},
process: function() {
return ["sys_ux_app_config", "sys_aw_master_config"];
},
type: 'UxPageRegistryAdminTableChoices'
};
Sys ID
851ef07923a02010778fc50947bf6579