Hi,

 

I want to been able to select with company use a Config Item in CMDB, so I change in definition

 

{

        Key => 'Owner',

        Name => 'Owner',

        Searchable => 1,

        Input => {

            Type => 'Customer',

        },

},

 

with

 

    {

        Key => 'Owner',

        Name => 'Owner',

        Searchable => 1,

        Input => {

            Type => 'CustomerCompany',

        },

    },

 

It works but is not searchable, it appears a long option list and it is very unusable, do anyone know how to make it searchable?

 

Regards,

 

Jon