Possible to get CI`s in dropdown-list

Moderator: crythias

Locked
ingesb
Znuny newbie
Posts: 10
Joined: 09 Nov 2012, 14:20
Znuny Version: 3.1.11
Real Name: Inge
Company: Hedmark University College

Possible to get CI`s in dropdown-list

Post by ingesb »

Fex: I would like to add a New CI (computer) in my CMDB. When I do that, I would like to select a another CI (room) from a dropdownlist. Is this possible ? I will not type the room in freetext, but select predefines rooms (CI`s) in the CMDB.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Possible to get CI`s in dropdown-list

Post by jojo »

just link them together, thats how it is designed
"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
ingesb
Znuny newbie
Posts: 10
Joined: 09 Nov 2012, 14:20
Znuny Version: 3.1.11
Real Name: Inge
Company: Hedmark University College

Re: Possible to get CI`s in dropdown-list

Post by ingesb »

Yes, I know that I can link them together after the computer CI is made, but I would like to have CI room as a property for the CI computer. I will try to explain:

Under you can see that the computertype is choosen from Class => 'ITSM::ConfigItem::Computer::Type.
{
Key => 'Type',
Name => 'Type',
Searchable => 1,
Input => {
Type => 'GeneralCatalog',
Class => 'ITSM::ConfigItem::Computer::Type',
Translation => 1,
},

Is it possible to make the same Method for choosing a spesific room ? (that is a predefined CI in the class "room")
Locked