
Hello OTRS, Let's say I have two customer dbs containing information about my customers. When a message is sent to my tech department I would like to read from those dbs and if the customer found (search after email address) to display some info and to set ticket priority to 4 (high). Does anyone have an implementation like this or have a clue on how to do it? Thanks, Daniel -- This message was scanned for spam and viruses by BitDefender. For more information please visit http://www.bitdefender.com/

Hi Daniel, Daniel Balan wrote:
Let's say I have two customer dbs containing information about my customers. When a message is sent to my tech department I would like to read from those dbs and if the customer found (search after email address) to display some info and to set ticket priority to 4 (high). Does anyone have an implementation like this or have a clue on how to do it?
It's easy to use different customer dbs. Just configure $Self->{"CustomerUser"} = { Name => 'Database Backend', Module => 'Kernel::System::CustomerUser::DB', [...] $Self->{"CustomerUser1"} = { Name => 'Database Backend', Module => 'Kernel::System::CustomerUser::DB', [...] $Self->{"CustomerUser2"} = { Name => 'Database Backend', Module => 'Kernel::System::CustomerUser::DB', [...] and so on... But the auto set of "4 (high)" is not so easy. There you need to create your own PostMaster post filter. PS: There is a upcoming developer manual (beta) if you or somebody needs this http://otrs.de/~me/doc-developer/en/
Thanks, Daniel
Martin -- ((otrs)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Manage your communication!

Dear Martin, Friday, August 26, 2005, 9:54:52 PM, you wrote:
PS: There is a upcoming developer manual (beta) if you or somebody needs this http://otrs.de/~me/doc-developer/en/
Would be there any additional info about configuring otrs for multiple domains? Thanks. -- Best regards, Alexander

Hi Alexander, Alexander Kardailsky wrote:
PS: There is a upcoming developer manual (beta) if you or somebody needs this http://otrs.de/~me/doc-developer/en/
Would be there any additional info about configuring otrs for multiple domains? Thanks.
No, the developer manual will show you how to develop own OTRS modules and how the architectur is. PS: What is your multiple domain problem? -Martin -- ((otrs)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Manage your communication!

Dear Martin, Friday, August 26, 2005, 11:43:33 PM, you wrote:
No, the developer manual will show you how to develop own OTRS modules and how the architectur is.
PS: What is your multiple domain problem?
I just don't know how to do it. There is very few info about. Do I need to have several copies of otrs for each domain or I can use one otrs folder but different configs? -- Best regards, Alexander
participants (3)
-
Alexander Kardailsky
-
Daniel Balan
-
Martin Edenhofer