example:

in General Catalog Management I've defined a new
ITSM::ConfigItem::LDAP::Type
*
*
with value master or slave

the in config item management i've  defined something like:
*
*
* onfig Item Class: LDAPVersion: 3Created by: e-crippaf (Francesco Crippa)
Created: 04/08/2009 11:33:13Definition: [

    {
        Key => 'Description',
        Name => 'Description',
        Searchable => 1,
        Input => {
            Type => 'TextArea',
        },
    },

    {
        Key => 'Port',
        Name => 'Port',
        Searchable => 1,
        Input => {
            Type => 'Text',

        },
    },

    {
        Key => 'Type',
        Name => 'Type',
        Searchable => 1,
        Input => {
            Type => 'GeneralCatalog',
            Class => 'ITSM::ConfigItem::LDAP::Type',
            Required => 1,

        },
    },

    {
        Key => 'Start script',
        Name => 'Start script',
        Searchable => 0,
        Input => {
            Type => 'Text',
     Size => 100,
            MaxLength => 100,
            Required => 1,
        },
    },

    {
        Key => 'Datafile dir',
        Name => 'Datafile dir',
        Searchable => 0,
        Input => {
            Type => 'Text',
     Size => 100,
            MaxLength => 100,
            Required => 1,
        },
    },

    {
        Key => 'Note',
        Name => 'Note',
        Searchable => 1,
        Input => {
            Type => 'TextArea',
            Required => 1,
        },
        CountMin => 0,
        CountDefault => 0,
    },

];*
On Fri, Nov 13, 2009 at 2:00 PM, <[email protected]> wrote:

>  Hello OTRS Mailinglist,
>
> I need to create something like subcategories in the CI Module just like in
> the example. Maybe someone can help me with a way to do it or a work around
>
> CI Module->Software->Manufacturer->Product
>
> Software->Microsoft->Office
> Software->Microsoft->Operating System
> etc.
>
> Is it possible to enabel a listing like this?
>
> Mit freundlichen Grüßen / Kind regards
> Markus Moj
> IT Infrastructure & Services
>
> TimoCom Soft- und Hardware GmbH
> In der Steele 2
> D-40599 Düsseldorf
> Tel: +49 211 88 26 80 14
> Fax: +49 211 88 26 70 14
> eMail: [email protected]
> www.TimoCom.com
> Geschäftsführer: Jens Thiermann, Gunther Matzaitis
> Amtsgericht Düsseldorf, HRB 34489
>
> ---------------------------------------------------------------------
> OTRS mailing list: otrs - Webpage: http://otrs.org/
> Archive: http://lists.otrs.org/pipermail/otrs
> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
>
> NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
> http://www.otrs.com/en/support/enterprise-subscription/
>
---------------------------------------------------------------------
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/

Reply via email to