Hello again, I just wanted to tell you guys that I've found the solution for that. I'm going to copy->paste it (should someone need it). Very special thanks to Damjan Lepceski, who helped me with that!
The snipped bellow is what I received as a solution from Damjan:
If I understood correctly, you need to add custom field within the CMDB classes
(i.e. AssetID for Computer/Network/Software etc.).
This is manageable through Admin panel => Config Item => (Here you choose the
class
you want to edit) => Then click `Change Class Definition`
On the right-hand side you can see the Class Definition describing all class
`fields`. Here,
you can define your own custom field the same way the other fields are defined.
For example you can add:
{
Key => 'AssetID',
Name => 'AssetID',
Searchable => 1,
Input => {
Type => 'Text',
Size => 50,
MaxLength => 100,
},
},
After this, submit the changes and do the same for every existing class
(assuming you
need the custom field included in all classes). Now, try to open and edit some
Config Item
from the CMDB menu and you can see the new text field (the config item should
belong to
the modified class obviously :) ).
As for the search feature, there is no way around selecting the class first.
But once you
modify the class definition, in the search box for the selected class you can
chose your
custom field (AssetID in you case) from the dropdown menu and get all
ConfigItems which
match your AssetID.
The other way is through Statistics menu, just chose `Add` and creating the
report criteria is
pretty self-explanatory.
Hope that helped,
Damjan
From: [email protected] [mailto:[email protected]] On Behalf Of Danail
Petrov
Sent: Monday, June 27, 2011 1:51 PM
To: [email protected]
Subject: [otrs] ITSM:CMDB question
Hello folks,
Long time no see ;) I'm here with another question, this time it's about the
CMDB module. I have some ideas yet I can't find a way to realize these using
OTRS. My question is: Is it somehow possible to add custom field to all kind of
CI (configuration items/cmdb assets)? I want to create my own naming convention
and be able to use it in OTRS. For instance - We are currently using the
following asset management naming convention:
CustomerID - POP - DeviceType - UID
001 - 001 - 02 - 00001
So basically I need to have an option to fill this information within a custom
label (let's say an AssetID for example). Also I would need an option to search
by this Id within the CMDB. For example, if I receive a call from customer with
inquiry "Hey, we have a problem with assetId is 12-22-1-0013 - the lights
doesn't blinking" - I must have an option to search directly for this assetId -
without specifying whether if it's a Switch, Router or PC - because I don't
have this information.
Do you think this is somehow possible?
10x in advance!
Danail Petrov
Managed Services Manager
GSM: +359 879 686809
Office: + 359 2 970 45 74
Email: [email protected]
[ТЕЛЕЛИНК СЛУЖЕБНО]
[BG] Съдържанието на това електронно съобщение е предназначено единствено за
посочения получател. В случай, че не сте указания получател на това съобщение
или негов оторизиран представител, използването, копирането, разпространението
му или предприемането на действия, свързани с него е строго забранено. Ако сте
получили това съобщение в резултат на техническа грешка, моля уведомете
подателя и изтрийте съобщението от пощенската си кутия или всякакви други
запаметяващи устройства. Електронните съобщения, разпространявани по Интернет,
могат да бъдат променяни.Телелинк ЕАД не носи отговорност за модифицирани,
променени или фалшифицирани съобщения.
[EN] The contents of this e - mail are intended for the named addressee
only.Unless you are the named addressee or an authorized designee, you are
notified that disclosing, copying, distributing or taking any action in
reliance on the contents of this information is strictly prohibited. Please
notify the sender immediately if you have received this e - mail by mistake and
delete it from your system. Messages, transported over the public Internet are
susceptible to alteration. Telelink shall not be liable for the message if
altered, changed or falsified.
<<image001.jpg>>
--------------------------------------------------------------------- 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
