Written by

Developer, analyst, qa, moderator at TECCOD
Question Dmitrij Vladimirov · Feb 16, 2023

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

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

Comments

James Bourette · Mar 15, 2023

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

0