Hello,
Is there a way to add Services to Custom Config Item Class?
Obviously I can duplicate OTRS Services in General Catalog and specify something, like that in corresponding Class definition:
{
Key => 'Service',
Name => 'Service',
Searchable => 1,
Input => {
Type => 'GeneralCatalog',
Class => 'Services',
Translation => 1,
},
},
However I would prefer to extract list of the services directly from the system. Is that possible?
Thank you very much,
Artur
Howto add Services to Custom CI Class Definition
Moderator: crythias
Re: Howto add Services to Custom CI Class Definition
why a service should be part of the CI? Services and CI should be linked
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Re: Howto add Services to Custom CI Class Definition
You're right. The link should work for me.
Thank you
Thank you