in AgentTicketOverviewSmall.dtl benutze ich:
Code: Select all
QData{"FromRealName","30"}
- Wie kann ich den erweitern?
- Weiß jemand eine Übersicht über diese- "Variablen"?
Danke
Micha
Code: Select all
QData{"FromRealName","30"}
Code: Select all
Infos zum Artikel:
ArticleID
From
FromRealname
To
ToRealname
Cc
CcRealname
Subject
Body
ReplyTo
MessageID
InReplyTo
References
SenderType
SenderTypeID
ArticleType
ArticleTypeID
ContentType
Charset
MimeType
IncomingTime
ArticleFreeKey1-3
ArticleFreeText-3
CreatedBy
SenderTypeID
Age
Infos zum Ticket:
TicketID
Title
EscalationTime
EscalationUpdateTime
EscalationResponseTime
EscalationSolutionTime
CreateUnixTime
AgeTimeUnix
Created
Priority
PriorityID
State
StateID
StateType
Queue
QueueID
TicketNumber
Changed
CustomerUserID
CustomerID
TypeID
Type
Owner
OwnerID
Responsible
ResponsibleID
TicketFreeKey1-16
TicketFreeText1-16
TicketFreeTime1-6
Lock
LockID
SLA
SLAID
Service
ServiceID
Infos zum Agenten:
Hängt von der eigenen Konfiguration (Datenquelle) ab
Es muss ein kleines "n" sein, also "FromRealname"...shostakovich wrote:Code: Select all
QData{"FromRealName","30"}
Danke! Doch es reicht für die AgentDashboardTicketGeneric.dtl nicht aus... Wenn ich das folgende Tabellenelement hinzufüge:renee wrote:Es muss ein kleines "n" sein, also "FromRealname"...shostakovich wrote:Code: Select all
QData{"FromRealName","30"}
Code: Select all
<td>$QData{"FromRealname", "30"}</td>
Code: Select all
TicketID
Title
EscalationTime
EscalationUpdateTime
EscalationResponseTime
EscalationSolutionTime
CreateUnixTime
AgeTimeUnix
Created
Priority
PriorityID
State
StateID
StateType
Queue
QueueID
TicketNumber
Changed
CustomerUserID
CustomerID
TypeID
Type
Owner
OwnerID
Responsible
ResponsibleID
TicketFreeKey1-16
TicketFreeText1-16
TicketFreeTime1-6
Lock
LockID
SLA
SLAID
Service
ServiceID
ArchiveFlag
UnlockTimeout
GroupID
Age
Code: Select all
$Self->{CustomerUser}->{CustomerUserNameFields} = [ 'first_name', 'last_name' ];
Code: Select all
$Self->{CustomerUser}->{CustomerUserNameFields} = [ 'first_name', 'last_name' ];
Code: Select all
<td><div title="$QData{"CustomerName"}">$QData{"CustomerName"}</div></td>
Code: Select all
<td><div title="$QData{"CustomerUserID"}">$QData{"CustomerUserID"}</div></td>
Code: Select all
<td>$QData{"CustomerUserID", "30"}</td>