OTRS New Service field

Moderator: crythias

Locked
RagnaXBL
Znuny newbie
Posts: 16
Joined: 21 Jan 2015, 15:08
Znuny Version: 4.0.4

OTRS New Service field

Post by RagnaXBL »

I've created a new field in the orts database 'service' table in mysql
that field is called "owner". i'd like to display this field for each service in the front end.

for test purposes i called the owner of the service 'Bob'. i edited the tt files AgentITSMService and AgentITSMServiceZoom in kernel/html/output/standard and managed to get a field called "owner" in the service overview table. however i'm not sure how to get that field to display information from the mysql database. i'd like it to display 'Bob" as its stored in the service table.

any idea how to go about this? any help would be appreciated
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: OTRS New Service field

Post by jojo »

don't change the database. Use Service Preferences instead (this is not a typical help question as it is development)
"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
RagnaXBL
Znuny newbie
Posts: 16
Joined: 21 Jan 2015, 15:08
Znuny Version: 4.0.4

Re: OTRS New Service field

Post by RagnaXBL »

Ok how do i go about adding a new service preference?
Locked