Is it possible to create one extension (additional CI field) that will be applied to all CI's?
I want to add a bar code field for all CI's, but prefer not creating one extesion for all the different CI's.
Thanks in advance for assistance
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
CIs are grouped into Object that are not instantiable.
So you can add you field there.
But anyway, you need to extend every CIs presentation to add the field on the interface.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks dlp, was actually the answer that I came to!
The presentation and potential search changes will be a nightmare, but i guess one can write a script to generate the config.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi All,
Is it possible to create one extension (additional CI field) that will be applied to all CI's?
I want to add a bar code field for all CI's, but prefer not creating one extesion for all the different CI's.
Thanks in advance for assistance
CIs are grouped into Object that are not instantiable.
So you can add you field there.
But anyway, you need to extend every CIs presentation to add the field on the interface.
Hi,
Thanks dlp, was actually the answer that I came to!
The presentation and potential search changes will be a nightmare, but i guess one can write a script to generate the config.
I can put this field into "FunctionalCI" class. But, for this, you need create a new extension to change de default FuncionalCI class.