Name
global.TableExclusionTableList
Description
No description available
Script
var TableExclusionTableList = Class.create();
TableExclusionTableList.prototype = {
initialize: function() {
},
process: function() {
var tl = new TableExclusionTableChoiceList();
tl.setApplyExclusions(true);
tl.setCurrentTableName("sys_df_table_exclusion");
tl.setFieldName("table");
tl.setShortList(true);
return tl;
},
type: 'TableExclusionTableList'
};
Sys ID
4d496861cf210110ffa1acc9e4cfcd4e