Install custom system class like %DeepSee.smth.cls
Suppose I created a new DeepSee class to display a new item in the dashboard.
DeepSee.Component.datePick
ObjectScriptObjectScript
Wich, in general, is just a copy of a similar class in %ZEN with minor changes. I need to include it in the base install. How can i do this? Am I ever allowed to change the composition of system classes?
Product version: IRIS 2022.3
Typically custom code that needs to be shared across all Namespaces would be put into a %Z based item. You should be able to use something like %ZMy.DeepSee.Component.datePick keeping all your extension code organized into %ZMy, though you could just do %ZDeepSee.Component.datePick