The AgentTrend table stores
the agent level and the score data points for policy runs. The
AgentID field associates each AgentTrend record with its agent.
Table: AgentTrend table
Field Name
|
Type
|
Description
|
Lvl
|
<number>
|
0 Green, 1 Yellow, 2 Red
|
Rating
|
<number>
|
10 times the number of Red messages, plus the number of Yellow
messages
|
AgentID
|
<number>
|
Agent ID from agents ID table
|
DatapointDate
|
<date>
|
Date of the level and the score
|