Name
global.CSUIActionsImpl
Description
A collection of UI Action table_names that are blacklisted access to that UI Action
Script
var CSUIActionsImpl = Class.create();
CSUIActionsImpl.prototype = Object.extendsObject(CSUIActions, {
initialize: function() {
},
/* Usage: Bar access to UI Action
* Call with global.CSUIActionsImpl().isVisible(<sys_id of UI Action>, current.sys_class_name) in the UI Action condition,
* with corresponding entry here:
* _<UIAction sys_id> : ['overwritten_table1', 'overwritten_table2'],
* Example: (see parent script include 'CSUIActions')
* //Create Incident
* _48c8ae1a877313003c1c8467a7cb0b00: ['csm_order_case'], */
type: 'CSUIActionsImpl'
});
Sys ID
d64e3166adcf3300964ffa0b8a83c8cc