modifi massage of ticket

Moderator: crythias

Locked
tsolodov
Znuny newbie
Posts: 21
Joined: 21 Sep 2010, 15:24
Znuny Version: 2.4

modifi massage of ticket

Post by tsolodov »

I need help:
when our support create ticket, we need append to ticket information from other DB.
example:

Code: Select all

select field1,field2,field3,field4 from table1, table2 where .....


How i may do it?
Thank for answers)
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: modifi massage of ticket

Post by jojo »

that's not possible out of the box. A custom development would be needed
"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
tsolodov
Znuny newbie
Posts: 21
Joined: 21 Sep 2010, 15:24
Znuny Version: 2.4

Re: modifi massage of ticket

Post by tsolodov »

jojo wrote:that's not possible out of the box. A custom development would be needed
:(
Locked