Possible to get CI`s in dropdown-list
Moderator: crythias
-
- 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
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.
Re: Possible to get CI`s in dropdown-list
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
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- 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
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")
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")