Hi everybody,
We want to change an e-mail sent by an Agent in reply to a ticket from customer external email to an internal note so that the customer cannot see it from the customer portal.
Or remove from the ticket, we tried the split function but the e-mail stays on the ticket and a new ticket is created.
How can we hide it from the customer portal?
Thanks a lot for your answers,
Chakr
Customer external e-mail changed to internal note
Moderator: crythias
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Customer external e-mail changed to internal note
it would take a database manipulation.
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
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
Re: Customer external e-mail changed to internal note
Thx for your reply.
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Customer external e-mail changed to internal note
The following is not recommended to do. BACKUP your database. Document your changes. UPDATING OTRS directly is frowned upon, can lead to data issues, etc. That said, this change is reasonably safe, except the History will believe it was different from what the article says.
Specifically, you can find the articleID in the URL
OTRS SQL Box
select at.name, a.article_type_id, a.a_from, a.a_to, a.a_subject from article a left join article_type at on a.article_type_id = at.id where a.id=[articleid]
select * from article_type
database:
If you have phpmyadmin, you could probably directly change this entry.
Specifically, you can find the articleID in the URL
OTRS SQL Box
select at.name, a.article_type_id, a.a_from, a.a_to, a.a_subject from article a left join article_type at on a.article_type_id = at.id where a.id=[articleid]
select * from article_type
database:
If you have phpmyadmin, you could probably directly change this entry.
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
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
-
- Znuny superhero
- Posts: 658
- Joined: 24 Feb 2012, 03:58
- Znuny Version: LTS and Features
- Real Name: Mo Azfar
- Location: Kuala Lumpur, MY
- Contact:
Re: Customer external e-mail changed to internal note
try to use email-internal instead of email external when reply..Chakr wrote:Hi everybody,
We want to change an e-mail sent by an Agent in reply to a ticket from customer external email to an internal note so that the customer cannot see it from the customer portal.
Or remove from the ticket, we tried the split function but the e-mail stays on the ticket and a new ticket is created.
How can we hide it from the customer portal?
Thanks a lot for your answers,
Chakr
My Github
OTRS CE/LTS Discord Channel
Cant Update Package Anymore ? Check This
Professional OTRS, Znuny & OTOBO services: efflux.de/en
Free and premium add-ons: English
OTRS CE/LTS Discord Channel
Cant Update Package Anymore ? Check This
Professional OTRS, Znuny & OTOBO services: efflux.de/en
Free and premium add-ons: English