different response templates with different response styles

hi there, we have different "empty responses" in the compose answer window. in dependence of the response chosen I would like to format the quote. I found $Self->{ResponseFormat} = '$Data{"Salutation"} [...] '; which allows me to format the response. but how do I find out which of the response templates the agent has chosen? also I'd like to define "pending auto +" as the default state of a response. I found $Self->{EmailDefaultNewNextState} = 'pending auto +'; and $Self->{DefaultNextComposeType} = 'pending auto +'; but neither seem to do it. any input is appreciated. thanks, marc --

On Monday, August 23, 2004 1:24 PM
Marc Schlaile
$Self->{ResponseFormat} = '$Data{"Salutation"} [...] '; which allows me to format the response. but how do I find out which of the response templates the agent has chosen?
Simply look inside the ticket history. Read the answer the agent has _written_ - that's what s/he does. The response templates simply get inserted into the body of a new mail.
$Self->{EmailDefaultNewNextState} = 'pending auto +'; $Self->{DefaultNextComposeType} = 'pending auto +';
They should possibly read: $Self->{EmailDefaultNewNextState} = 'pending auto close+'; $Self->{DefaultNextComposeType} = 'pending auto close+'; hth, Robert Kehl
participants (2)
-
Marc Schlaile
-
Robert Kehl