Campo Service en mail respuesta

Locked
burgano
Znuny newbie
Posts: 15
Joined: 26 Aug 2010, 11:33
Znuny Version: 2.4.7

Campo Service en mail respuesta

Post by burgano »

Buenas a tod@s,

Me gustaría saber como puedo agregar el campo Service cuando respondo al usuario vía mail desde un ticket, he conseguido hacerlo al agregar una nota en: SysConfig-> FrontEnd->Agent->Ticket->ViewNote pero no soy capaz de que me muestre ese mismo campo al enviar mails de respuesta.

Gracias de antemano.
checo911mx
Znuny newbie
Posts: 76
Joined: 21 Sep 2011, 23:57
Znuny Version: 3
Real Name: Sergio
Company: cbt
Location: Mexico, D.F.

Re: Campo Service en mail respuesta

Post by checo911mx »

echale un vistaso a las etiquetas del ticket en el customer user,
Nota: Para obtener más etiquetas echar un vistazo a su "CustomerUser" Kernel / Config.pm
opciones. Todas las etiquetas en "Map => [...]" son posibles.

g) Las opciones de los datos de entrada:
<OTRS_TICKET_*> Por ejemplo,
<OTRS_TICKET_TicketNumber>
<OTRS_TICKET_TicketID>
<OTRS_TICKET_Title>
<OTRS_TICKET_Queue>
<OTRS_TICKET_QueueID>
<OTRS_TICKET_State>
<OTRS_TICKET_StateID>
<OTRS_TICKET_StateType>
<OTRS_TICKET_Priority>
<OTRS_TICKET_PriorityID>
<OTRS_TICKET_Lock>
<OTRS_TICKET_LockID>
<OTRS_TICKET_Owner>
<OTRS_TICKET_OwnerID>
<OTRS_TICKET_CustomerID>
<OTRS_TICKET_CustomerUserID>
<OTRS_TICKET_Created>
<OTRS_TICKET_Changed>
<OTRS_TICKET_TicketFreeKey1>
<OTRS_TICKET_TicketFreeText1>
<OTRS_TICKET_TicketFreeKey2>
<OTRS_TICKET_TicketFreeText2>
<OTRS_TICKET_TicketFreeKey3>
<OTRS_TICKET_TicketFreeText3>
<OTRS_TICKET_TicketFreeKey4>
<OTRS_TICKET_TicketFreeText4>
<OTRS_TICKET_TicketFreeKey5>
<OTRS_TICKET_TicketFreeText5>
<OTRS_TICKET_TicketFreeKey6>
<OTRS_TICKET_TicketFreeText6>
<OTRS_TICKET_TicketFreeKey7>
<OTRS_TICKET_TicketFreeText7>
<OTRS_TICKET_TicketFreeKey8>
<OTRS_TICKET_TicketFreeText8>
<OTRS_TICKET_TicketFreeTime1>
<OTRS_TICKET_TicketFreeTime2>
Locked