This page contains the details about the Agent Model Tables.
RunHistory
Table Name – RunHistory
Label – Run History
Fields
|
Field Name |
Label |
Data Type |
|---|---|---|
|
|
Run Id |
TEXT |
|
|
Run At |
DATETIME |
|
|
Status |
TEXT |
|
|
Message |
TEXT |
|
|
Detected Count |
INTEGER |
|
|
Action Count |
INTEGER |
|
|
Has Action Plan |
BOOLEAN |
ActionPlans
Table Name – ActionPlans
Label – Action Plans
Fields
|
Field Name |
Label |
Data Type |
|---|---|---|
|
|
Run Id |
TEXT |
|
|
Run At |
DATETIME |
|
|
Action Plan Id |
NUMBER |
|
|
Action Plan Type |
TEXT |
Actions
Table Name – Actions
Label – Actions
Fields
|
Field Name |
Label |
Data Type |
Dimension |
|---|---|---|---|
|
|
Run Id |
TEXT |
Yes |
|
|
Run At |
DATETIME |
Yes |
|
|
Action Id |
NUMBER |
No |
|
|
Assign To |
TEXT |
Yes |
|
|
Currency |
TEXT |
Yes |
This table also includes additional dynamic fields for action impact values and detected items dimensions.
DetectedItems
Table Name – DetectedItems
Label – Detected Items
Base Fields
|
Field Name |
Label |
Data Type |
Dimension |
|---|---|---|---|
|
|
Run Id |
TEXT |
Yes |
|
|
Run At |
DATETIME |
Yes |
|
|
Currency |
TEXT |
Yes |
This table has dynamic fields added based on the selected series dimensions, measures, and action impact values.
LatestDetectedItems
Table Name – LatestDetectedItems
Label – Detected Items (same as DetectedItems)
Fields
Uses the same field structure as DetectedItems table.
ActionImpactDefinitions
Table Name – ActionImpactDefinitions
Label – Action Impact Definitions
Fields
|
Field Name |
Label |
Data Type |
|---|---|---|
|
|
Measure |
TEXT |
|
|
Measure Alias |
TEXT |
|
|
Measure Expression |
TEXT |
|
|
Impact Type |
TEXT |
|
|
Realization Rate |
NUMBER |
|
|
Order |
INTEGER |
IgnoredActionsSummary
Table Name – IgnoredActionsSummary
Label – Ignored Actions Summary
Fields
|
Field Name |
Label |
Data Type |
Dimension |
|---|---|---|---|
|
|
Run Id |
TEXT |
Yes |
|
|
Run At |
DATETIME |
Yes |
|
|
Currency |
TEXT |
Yes |
|
|
Actions Created |
INTEGER |
Yes |
|
|
Not Created Actions |
INTEGER |
Yes |
|
|
Not Created Detected Items |
INTEGER |
Yes |
This table also includes dynamic fields for each impact type (e.g., Profit Impact, Revenue Impact).
Additional Information
-
Fields marked as dimension are used for grouping and filtering in the Analytics.
-
Several tables (
Actions,DetectedItems,LatestDetectedItems,IgnoredActionsSummary) have dynamic fields added at runtime based on configuration. -
The
runIdandrunAtfields use the same timestamp value (run execution time in milliseconds). -
Data types are from the
FieldTypeenumeration (TEXT, DATETIME, INTEGER, NUMBER, BOOLEAN).