Displaying external data fields in OTRS

Moderator: crythias

Locked
chetannagaonkar
Znuny advanced
Posts: 149
Joined: 25 Oct 2010, 10:02
Znuny Version: 3.2
Location: Bangalore, India

Displaying external data fields in OTRS

Post by chetannagaonkar »

Hello again,

I have a scenario where in I need to display fields from external database. For instance, when the agent opens ticket, he should be able to see the system details of the customer which are stored in another database. Has anybody implemented this type of scenario?

Best Regards
Chetan
Best Regards
Chetan
OTRS 3.06
ITSM 3.1
MySQL
Windows 7 Ultimate
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Displaying external data fields in OTRS

Post by crythias »

Can it be assumed that the additional data is not in the same database as the customer user information?
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
chetannagaonkar
Znuny advanced
Posts: 149
Joined: 25 Oct 2010, 10:02
Znuny Version: 3.2
Location: Bangalore, India

Re: Displaying external data fields in OTRS

Post by chetannagaonkar »

Yes, Crythias. The external data is in other database sitting in other server. I need to access the data by comparing the user details and retrieving only the required details.

Best Regards
Chetan
Best Regards
Chetan
OTRS 3.06
ITSM 3.1
MySQL
Windows 7 Ultimate
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Displaying external data fields in OTRS

Post by crythias »

Nothing's built in to do that. You can try to import/export some things ... see http://forums.otrs.org/viewtopic.php?f=53&t=5353

now, if the information is accessible in its own web-based form (other application), it is possible to link to it, but you'd need some specific key and method to pass.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
chetannagaonkar
Znuny advanced
Posts: 149
Joined: 25 Oct 2010, 10:02
Znuny Version: 3.2
Location: Bangalore, India

Re: Displaying external data fields in OTRS

Post by chetannagaonkar »

Thanks, Crythias. I do not have ITSM installed. Is it possible to use select statements in the free text fields to access external fields? the data that will be stored in external database will be dynamic. hence i am not sure if export/import solves the purpose for those who have ITSM installations either.

Best Regards
Chetan
Best Regards
Chetan
OTRS 3.06
ITSM 3.1
MySQL
Windows 7 Ultimate
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Displaying external data fields in OTRS

Post by crythias »

As noted previously, it's not within OTRS to keep track of things that are not inside OTRS.

OTRS doesn't have information how to connect to your other data, what its format might be or how you'd like to present it and on what page/action. By the time you determine all that, unless the data is presented in a windows app, your best bet is to hyperlink to the providing software. If that is not an option, consider hiring someone (me? :)) to program such a thing for you.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
chetannagaonkar
Znuny advanced
Posts: 149
Joined: 25 Oct 2010, 10:02
Znuny Version: 3.2
Location: Bangalore, India

Re: Displaying external data fields in OTRS

Post by chetannagaonkar »

I wish I could, Crythias :-)
Just a quick question though. I haven't tried providing links either. That may be try worth to provide appropriate link to another application. Do you mind if you can throw some light on this pls?

Best Regards
Chetan
Best Regards
Chetan
OTRS 3.06
ITSM 3.1
MySQL
Windows 7 Ultimate
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Displaying external data fields in OTRS

Post by crythias »

There just might be something in the most recent HowTos about that. :) http://forums.otterhub.org/viewtopic.php?f=60&t=7787
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
chetannagaonkar
Znuny advanced
Posts: 149
Joined: 25 Oct 2010, 10:02
Znuny Version: 3.2
Location: Bangalore, India

Re: Displaying external data fields in OTRS

Post by chetannagaonkar »

This is great, Crythias. Thank you. Hopefully, I'll be able to leverage htmls for the functionality that I am working for.

Best Regards
Chetan
Best Regards
Chetan
OTRS 3.06
ITSM 3.1
MySQL
Windows 7 Ultimate
Locked