Hi,
Is there any possibilities to hide for Customer in his/her TicketView articles sent by system type: email-notyfication-ext?
Kind regards
Emi
CustomerTicketView how to hide system-email-notyfication-ext
Moderator: crythias
-
- Znuny newbie
- Posts: 6
- Joined: 26 Feb 2013, 11:06
- Znuny Version: 3.3.8
- Real Name: Emi
- Location: Poland, Poznan
CustomerTicketView how to hide system-email-notyfication-ext
------------------------------------------------------------------------------------------------------------------------------------------------------------
OTRS 3.3.8 Unix with MySQL database.
OTRS 3.3.8 Unix with MySQL database.
-
- Znuny newbie
- Posts: 6
- Joined: 26 Feb 2013, 11:06
- Znuny Version: 3.3.8
- Real Name: Emi
- Location: Poland, Poznan
Re: CustomerTicketView how to hide system-email-notyfication
help me pls!
------------------------------------------------------------------------------------------------------------------------------------------------------------
OTRS 3.3.8 Unix with MySQL database.
OTRS 3.3.8 Unix with MySQL database.
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: CustomerTicketView how to hide system-email-notyfication
Apparently not.
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
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: CustomerTicketView how to hide system-email-notyfication
-ext means the customer can see it.
If there's *one* you don't want the customer to see, you can edit the article table.
If you don't want any, you may want to consider changing the -ext to -int where it's used in the code.
If there's *one* you don't want the customer to see, you can edit the article table.
If you don't want any, you may want to consider changing the -ext to -int where it's used in the code.
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 newbie
- Posts: 75
- Joined: 24 Feb 2012, 13:08
- Znuny Version: 31111
- Real Name: Daniel
Re: CustomerTicketView how to hide system-email-notyfication
Can you tell us, where it is used(which line of code? Which file?)?
Thx
Thx
OTRS 3.1.1 with FAQ, ITSM, Survey
Running on Windows Server 2008 R2 x64
Connected with Active Directory 2003
Running on Windows Server 2008 R2 x64
Connected with Active Directory 2003
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: CustomerTicketView how to hide system-email-notyfication
cd /opt/otrs/Kernel
grep -sir "email-notification-ext" *
grep -sir "email-notification-ext" *
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