From 039ca391910a45ea4512366068e459224516eb66 Mon Sep 17 00:00:00 2001 From: Tay Caliguiri Date: Thu, 20 Nov 2025 10:49:30 -0500 Subject: [PATCH] Update overview.md Not all the columns listed as requirements are actual requirements but more so recommended. --- docs/accessanalyzer/12.0/admin/action/overview.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/accessanalyzer/12.0/admin/action/overview.md b/docs/accessanalyzer/12.0/admin/action/overview.md index bdc4022731..2c2d9c62ac 100644 --- a/docs/accessanalyzer/12.0/admin/action/overview.md +++ b/docs/accessanalyzer/12.0/admin/action/overview.md @@ -123,11 +123,15 @@ analysis and reports downstream. | Required Columns | Description | | ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| rowGUID | Identifies each data row as unique. The datatype in the table is uniqueidentifier (GUID). | +| RowKey | Identifies each data row as unique. Sometimes the value is a GUID, but the datatype in the table is a varchar (text string). | + +| Recommended Columns | Description | +| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Host | Name of the target server | | SA_HOST | This column determines the Access Analyzer server to which the data belongs in the event multiple Access Analyzer consoles are connected to a single database | | JobRunTimeKey | Contains the run time and date for the job. If history is active, Access Analyzer can identify data collected during a specific collection execution. | -| rowGUID | Identifies each data row as unique. The datatype in the table is uniqueidentifier (GUID). | -| RowKey | Identifies each data row as unique. Sometimes the value is a GUID, but the datatype in the table is a varchar (text string). | + :::tip Remember, the individual action modules may have their own column requirements in addition to the