Mandatory field

Moderator: crythias

Locked
peacefrog
Znuny newbie
Posts: 38
Joined: 10 Aug 2010, 14:37
Znuny Version: 2.4.7

Mandatory field

Post by peacefrog »

Hello. How i can make field "Type" mandatory in ITSM ConfigItem, and Field "Network Adapter" - not mandatory?

Thank you
You do not have the required permissions to view the files attached to this post.
Lorenzo_Marschall
Znuny advanced
Posts: 106
Joined: 13 May 2011, 14:47
Znuny Version: 2.4 / 3.x
Real Name: Lorenzo Marschall
Company: bmsoft information technologies GmbH
Location: Germany, Italy
Contact:

Re: Mandatory field

Post by Lorenzo_Marschall »

peacefrog wrote:How i can make field "Type" mandatory in ITSM ConfigItem, and Field "Network Adapter" - not mandatory?
Admin | Config Item | class Computer | change definition | search for key NIC
change
Required => 1
to
Required => 0

But make sure, you know what you want to achieve:
http://doc.otrs.org/itsm/2.0/en/html/ch11s02.html
The design of Configuration Management / CMDB needs a "strategic point of view"...

hth, lorenzo
OTRS + ITSM + PostgreSQL @ Debian
peacefrog
Znuny newbie
Posts: 38
Joined: 10 Aug 2010, 14:37
Znuny Version: 2.4.7

Re: Mandatory field

Post by peacefrog »

Thank you! You're great man :)
Locked