I have to make visible selected attachments in articles to another application. Certainly the agent can download them and save on his computer and then upload to the other application but it is a tedious work.
Other ideas I had:
1- use the download link and let the other application to download the ...
Search found 28 matches
- 24 Mar 2015, 10:26
- Forum: Help
- Topic: Which is the simplest way to export attachments ?
- Replies: 0
- Views: 1391
- 04 Feb 2015, 14:49
- Forum: Help
- Topic: Hot to show the name instead of CustomerID in the dashboard?
- Replies: 3
- Views: 2320
Re: Hot to show the name instead of CustomerID in the dashboard?
DashBoardTicketGeneric.pm was deeply changed in OTRS 4 and now the solution I proposed is broken. I'm looking to fix it myself but any help is welcome.
- 23 Dec 2014, 17:09
- Forum: Help
- Topic: ArticleStorageFS and file permission
- Replies: 2
- Views: 2723
Re: ArticleStorageFS and file permission
I add an additional note which is obvious for Otrs expert users but may be useful for novice.
In the mail account management page I launched a Run now command. An e-mail with attachment was downloaded from the pop3 server.
In the file system it is owned by www-data:www-data and its attachment is ...
In the mail account management page I launched a Run now command. An e-mail with attachment was downloaded from the pop3 server.
In the file system it is owned by www-data:www-data and its attachment is ...
- 23 Dec 2014, 16:03
- Forum: Help
- Topic: ArticleStorageFS and file permission
- Replies: 2
- Views: 2723
ArticleStorageFS and file permission
Perhaps this question is more linux related, anyway I hope to find help here.
I enabled ArticleStorageFS.
From the admin manual:
Your web server user should be the 'otrs' user
I read somewhere else there is a security risk to execute apache2 with a different user than www-data (I'm under Ubuntu ...
I enabled ArticleStorageFS.
From the admin manual:
Your web server user should be the 'otrs' user
I read somewhere else there is a security risk to execute apache2 with a different user than www-data (I'm under Ubuntu ...
- 19 Dec 2014, 10:20
- Forum: Help
- Topic: Minor upgrade instructions (4.0.1 -> 4.0.3)
- Replies: 1
- Views: 3910
Minor upgrade instructions (4.0.1 -> 4.0.3)
In the latest admin manual there is nothing about minor upgrade (when only the last number increments).
Can I refer to the 3.3 admin manual where I can find a list of steps to follow for minor upgrades ?
I'm not very skilled with Linux, so the installation of Otrs 4.0.1 from sources took me lots of ...
Can I refer to the 3.3 admin manual where I can find a list of steps to follow for minor upgrades ?
I'm not very skilled with Linux, so the installation of Otrs 4.0.1 from sources took me lots of ...
- 02 Dec 2014, 16:04
- Forum: Help
- Topic: External Backend broken in 4.01 ?
- Replies: 5
- Views: 2708
Re: External Backend broken in 4.01 ?
You need to set "ForeignDB" in the Param section
I apologize, reading my previous discussion I thought that parameter was useless.
My issue is resolved, anyway I think the documentation can be improved, so other people don't fall in my same mistake.
In fact inside OTRS 4 - Admin Manual ForeignDB ...
I apologize, reading my previous discussion I thought that parameter was useless.
My issue is resolved, anyway I think the documentation can be improved, so other people don't fall in my same mistake.
In fact inside OTRS 4 - Admin Manual ForeignDB ...
- 02 Dec 2014, 12:40
- Forum: Help
- Topic: External Backend broken in 4.01 ?
- Replies: 5
- Views: 2708
Re: External Backend broken in 4.01 ?
Here is what I added to my config.pm file.
Anyway according to me it is useless to check my configuration, it is correct.
My Customer User table, which in reality is the Mysql view 'Persone', doesn't have create_time, create_by, change_time, change_by .
They are 'optional' so OTRS should work well ...
Anyway according to me it is useless to check my configuration, it is correct.
My Customer User table, which in reality is the Mysql view 'Persone', doesn't have create_time, create_by, change_time, change_by .
They are 'optional' so OTRS should work well ...
- 02 Dec 2014, 10:58
- Forum: Help
- Topic: External Backend broken in 4.01 ?
- Replies: 5
- Views: 2708
External Backend broken in 4.01 ?
I had lots of problems
configuring an External backend in Otrs 3.3.7 , then I discovered it was due to a bug, resolved in 3.3.8.
Last week I installed Otrs 4.0.1 from scratch and I tried to configure again an External backend for the customer table.
When I request the customer list it is not empty ...
configuring an External backend in Otrs 3.3.7 , then I discovered it was due to a bug, resolved in 3.3.8.
Last week I installed Otrs 4.0.1 from scratch and I tried to configure again an External backend for the customer table.
When I request the customer list it is not empty ...
- 05 Aug 2014, 15:45
- Forum: Help
- Topic: Hot to show the name instead of CustomerID in the dashboard?
- Replies: 3
- Views: 2320
Re: Hot to show the name instead of CustomerID in the dashbo
Spent two days trying to learn a bit of Perl and watching Otrs .pm files.
I also read Show customer data in the Dashboard
At the end I have this dirty solution to share:
1) open DashBoardTicketGeneric.pm of OTRS 3.3.8
2) locate
$Self->{CustomerUserObject} = Kernel::System::CustomerUser->new ...
I also read Show customer data in the Dashboard
At the end I have this dirty solution to share:
1) open DashBoardTicketGeneric.pm of OTRS 3.3.8
2) locate
$Self->{CustomerUserObject} = Kernel::System::CustomerUser->new ...
- 29 Jul 2014, 12:50
- Forum: Help
- Topic: Customize activity menu for ticket articles
- Replies: 6
- Views: 3922
Re: Customize activity menu for ticket articles
I found the configuration parameters in Ticket -> Frontend::Agent::Ticket::ViewNotesetecastronomy wrote: Do I have to enable them via SysConfig ?
Their default value is NO, so they are disabled and not shown.
- 29 Jul 2014, 12:46
- Forum: Help
- Topic: Customize activity menu for ticket articles
- Replies: 6
- Views: 3922
Re: Customize activity menu for ticket articles
A note can do all you request.
Sorry, but I don't understand.
If I click on the link of what I think is my language translation for note I can add some text to a ticket but in the dialog form
I don't have html selects to change state, queue, ticket type. Do I have to enable them via SysConfig ...
Sorry, but I don't understand.
If I click on the link of what I think is my language translation for note I can add some text to a ticket but in the dialog form
I don't have html selects to change state, queue, ticket type. Do I have to enable them via SysConfig ...
- 23 Jul 2014, 14:34
- Forum: Help
- Topic: Customize activity menu for ticket articles
- Replies: 6
- Views: 3922
Re: Customize activity menu for ticket articles
Can't customize... What do you want to accomplish?
A note can do all you request.
I would like to simplify the job for agents and give them a single button or link for executing some tasks together.
This can make sense if most of the time the agent has to change queue, ticket type, ticket state ...
A note can do all you request.
I would like to simplify the job for agents and give them a single button or link for executing some tasks together.
This can make sense if most of the time the agent has to change queue, ticket type, ticket state ...
- 23 Jul 2014, 12:35
- Forum: Help
- Topic: Customize activity menu for ticket articles
- Replies: 6
- Views: 3922
Customize activity menu for ticket articles
In the ticket zoom view there is a menu whose voices are entries in the Ticket -> Frontend::Agent::Ticket::MenuModule.
Focusing on email tickets each article has its own action menu with Forward, Split, Print, etc. I cannot find any way to customize this action menu. I searched on Internet but ...
Focusing on email tickets each article has its own action menu with Forward, Split, Print, etc. I cannot find any way to customize this action menu. I searched on Internet but ...
- 22 Jul 2014, 13:47
- Forum: Help
- Topic: Hot to show the name instead of CustomerID in the dashboard?
- Replies: 3
- Views: 2320
Hot to show the name instead of CustomerID in the dashboard?
In the agent dashboard I can choose which columns to show (for example in the open ticket panel). I have the possibility to add CustomerID, which has the meaning of Company ID and it can be related to a company in the customer_company . That company has a name which can be easier to read. Is there a ...
- 22 Jul 2014, 08:31
- Forum: Assistenza
- Topic: Documentazione passo passo su OTRS
- Replies: 0
- Views: 50138
Documentazione passo passo su OTRS
Sto muovendo i primi passi con OTRS ma la curva di apprendimento è più ripida del previsto.
Oltre al manuale dell'amministratore vi sono altri tutorial e guide che in modo coinciso presentino e spieghino casi d'uso reale ?
Come esercizio per prendere confidenza con OTRS ho implementato il book ...
Oltre al manuale dell'amministratore vi sono altri tutorial e guide che in modo coinciso presentino e spieghino casi d'uso reale ?
Come esercizio per prendere confidenza con OTRS ho implementato il book ...
- 21 Jul 2014, 12:53
- Forum: Help
- Topic: Book order process example: missing informations
- Replies: 3
- Views: 1770
Re: Book order process example: missing informations
I apologize because my question was not clear.
When I wrote The tutorial says to create queues and users but doesn't explain how... I was simply introducing the last part of my question.
I would need richer details about the configuration of user Manger and Employee and queues (Are they Customer ...
When I wrote The tutorial says to create queues and users but doesn't explain how... I was simply introducing the last part of my question.
I would need richer details about the configuration of user Manger and Employee and queues (Are they Customer ...
- 21 Jul 2014, 11:39
- Forum: Help
- Topic: Book order process example: missing informations
- Replies: 3
- Views: 1770
Book order process example: missing informations
In the administrator guide there is a detailed process example: it is almost a step by step guide on how to configure the book order process.
Unfortunately it lacks some information for newbie. The tutorial says to create queues and users but doesn't explain how...
I cannot figure out if the users ...
Unfortunately it lacks some information for newbie. The tutorial says to create queues and users but doesn't explain how...
I cannot figure out if the users ...
- 17 Jul 2014, 10:19
- Forum: Assistenza
- Topic: Backend esterno per tabella customeruser: come fare ?
- Replies: 1
- Views: 49740
Re: Backend esterno per tabella customeruser: come fare ?
Per quanto riguarda il primo problema esposto è stato risolto in OTRS 3.3.8. E' ora possibile ottenere la lista dei customer anche se la tabella legacy non ha i campi create_time e change_time.
- 17 Jul 2014, 10:17
- Forum: Help
- Topic: External backend - using a legacy customer user table
- Replies: 10
- Views: 4523
Re: External backend - using a legacy customer user table
I have just moved to OTRS 3.3.8 and now create_time and change_time are no longer needed to list the customers.
If you want to add CustomerUsers, the table needs those columns (IMHO this is a bug).
It is still true. Here is the error message I got after trying to add a customer:
SQL: 'INSERT ...
If you want to add CustomerUsers, the table needs those columns (IMHO this is a bug).
It is still true. Here is the error message I got after trying to add a customer:
SQL: 'INSERT ...
- 17 Jul 2014, 08:44
- Forum: Help
- Topic: External backend - using a legacy customer user table
- Replies: 10
- Views: 4523
Re: External backend - using a legacy customer user table
It is a bit sad when you find a bug during one of the first evaluation tests.
You really wonder if it worth to go further or it is better change software...Don't know...
At least the OTRS team has proven to be responsive...
You really wonder if it worth to go further or it is better change software...Don't know...
At least the OTRS team has proven to be responsive...
- 17 Jul 2014, 08:14
- Forum: Help
- Topic: External backend - using a legacy customer user table
- Replies: 10
- Views: 4523
Re: External backend - using a legacy customer user table
Yes this is possible (at least as Readonly).
How can I do ?
At the moment I'm making tests, so what I called a 'legacy table' is in reality a test table. In the configuration mapping I wrote I don't have create_time and change_time . Anyway if they are fields in the table I get a list of ...
How can I do ?
At the moment I'm making tests, so what I called a 'legacy table' is in reality a test table. In the configuration mapping I wrote I don't have create_time and change_time . Anyway if they are fields in the table I get a list of ...
- 16 Jul 2014, 14:36
- Forum: Help
- Topic: External backend - using a legacy customer user table
- Replies: 10
- Views: 4523
Re: External backend - using a legacy customer user table
The main question is:
can I use a legacy table as customer user table if it doesn't have create_time and change_time fields ?
From the documentation it is possible, but other people and I were not successful.
Thanks
Filippo
can I use a legacy table as customer user table if it doesn't have create_time and change_time fields ?
From the documentation it is possible, but other people and I were not successful.
Thanks
Filippo
- 16 Jul 2014, 10:26
- Forum: Help
- Topic: External backend - using a legacy customer user table
- Replies: 10
- Views: 4523
External backend - using a legacy customer user table
I'm new to OTRS and I'm making some tests with release 3.3.7.
This question is the translation of the one I posted in the italian board, where I didn't get any answer. If this is not compatible with the forum policy please forgive me, I don't have any idea where is the best place to seek help.
In ...
This question is the translation of the one I posted in the italian board, where I didn't get any answer. If this is not compatible with the forum policy please forgive me, I don't have any idea where is the best place to seek help.
In ...
- 15 Jul 2014, 14:09
- Forum: Assistenza
- Topic: Backend esterno per tabella customeruser: come fare ?
- Replies: 1
- Views: 49740
Backend esterno per tabella customeruser: come fare ?
Sto muovendo i primi passi con OTRS 3.3.7 e facendo alcuni esperimenti sul capitolo 5 "Using external backends".
Ho incontrato dei problemi simili a quelli descritti qui .
In definitiva non riesco a trovare il modo di utilizzare una mia tabella clienti se questa non ha i campi create_time e change ...
Ho incontrato dei problemi simili a quelli descritti qui .
In definitiva non riesco a trovare il modo di utilizzare una mia tabella clienti se questa non ha i campi create_time e change ...
- 02 Jul 2014, 14:28
- Forum: Help
- Topic: Can an agent turn a ticket or email into an 'order' ?
- Replies: 2
- Views: 1587
Can an agent turn a ticket or email into an 'order' ?
I'm completely new to help desk systems and I'm evaluating OTRS.
As all beginners I have lots of questions and most of them are very low level, but considering the name of the room (Help) I should be in the right place.
First of all can I remove the OTRS logo without any copyright infringement ...
As all beginners I have lots of questions and most of them are very low level, but considering the name of the room (Help) I should be in the right place.
First of all can I remove the OTRS logo without any copyright infringement ...
- 27 Jun 2014, 13:57
- Forum: Help
- Topic: How to configure smtp autentication method ?
- Replies: 5
- Views: 4656
Re: How to configure smtp autentication method ?
I try to refine my question.
In Thunderbird mail client in the smtp server configuration dialog I can choose the following authentication methods:
1- No authentication
2 - Clear password on non ssl connection (free translation from my language)
3- Cypher password
4- Kerberos
5- Ntlm
I can send ...
In Thunderbird mail client in the smtp server configuration dialog I can choose the following authentication methods:
1- No authentication
2 - Clear password on non ssl connection (free translation from my language)
3- Cypher password
4- Kerberos
5- Ntlm
I can send ...
- 27 Jun 2014, 12:09
- Forum: Help
- Topic: How to configure smtp autentication method ?
- Replies: 5
- Views: 4656
Re: How to configure smtp autentication method ?
Nobody has any idea on this topic ?
Looking at the sniffer the OTRS server send a message to the smtp server telling Auth Digest-Md5 or something similar.
That type of authentication is not supported on the smtp server, although it is not safe it wants clear credentials.
Thanks for helping
Filippo
Looking at the sniffer the OTRS server send a message to the smtp server telling Auth Digest-Md5 or something similar.
That type of authentication is not supported on the smtp server, although it is not safe it wants clear credentials.
Thanks for helping
Filippo
- 23 Jun 2014, 11:10
- Forum: Help
- Topic: How to configure smtp autentication method ?
- Replies: 5
- Views: 4656
How to configure smtp autentication method ?
I configured smtp throught Core:sendmail but it doesn't work. The credentials are correct but I have no way to specify the smtp authentication method.
The smtp server I use wants "plain authentication": according to some posts I found on internet it would be otrs default method. Unfortunately using ...
The smtp server I use wants "plain authentication": according to some posts I found on internet it would be otrs default method. Unfortunately using ...