Hi,
I am looking for the same information, how to add ticket subject and body with the customer name in survey email.
Is it possible to add customer name in survey email?
Thanks,
Search found 6 matches
- 03 Apr 2012, 17:28
- Forum: Help
- Topic: Survey: how to add Ticket's subject or body in e-mail?
- Replies: 2
- Views: 1787
- 30 Mar 2012, 17:19
- Forum: Help
- Topic: Invalid survey key error
- Replies: 3
- Views: 1769
Invalid survey key error
Hi, I created a survey for my company and set the status to Master and set it such that every time a ticket is closed, it sends out the survey to the customer. In the customer's email, it would have a link to open the survey and when I try to open the link, it displays "Survey-Key Invalid"...
- 18 Jan 2012, 16:31
- Forum: Help
- Topic: How to enable debug mode
- Replies: 3
- Views: 6850
How to enable debug mode
Hi,
How to enable debug mode in otrs 3.0?
Thanks
How to enable debug mode in otrs 3.0?
Thanks
- 12 Jan 2012, 18:59
- Forum: Help
- Topic: Issue with LDAP Customer Authentication
- Replies: 0
- Views: 645
Issue with LDAP Customer Authentication
Hi, I am able to authenticate customer against the LDAP if I don't use a posix group. But when I try to authenticate customers who are in IT Users group it doesn't work and there is no error log produced by OTRS either. When I add below 3 lines to config.pm, I am no longer able to login to customer ...
- 27 Dec 2011, 18:49
- Forum: Help
- Topic: need help with agent LDAP Authentication
- Replies: 5
- Views: 4128
Re: need help with agent LDAP Authentication
Hi, I made changes to my Config.pm and still getting the error message. My Config.pm: $Self->{'AuthModule'} = 'Kernel::System::Auth::LDAP'; $Self->{'AuthModule::LDAP::Host'} = 'erpcorp.local'; $Self->{'AuthModule::LDAP::BaseDN'} = 'dc=erpcorp,dc=local'; $Self->{'AuthModule::LDAP::UID'} = 'sAMAccount...
- 22 Dec 2011, 22:01
- Forum: Help
- Topic: need help with agent LDAP Authentication
- Replies: 5
- Views: 4128
need help with agent LDAP Authentication
Hi, I am new to OTRS and first time trying to setup LDAP authentication for OTRS. I have added following lines to my config.PM file and $Self->{'AuthModule'} = 'Kernel::System::Auth::LDAP'; $Self->{'AuthModule::LDAP::Host'} = 'erpcorp.local'; $Self->{'AuthModule::LDAP::BaseDN'} = 'DC=erpcorp,DC=loca...