vSystemInfoManual
|
|
|
vSystemInfo
|
Custom fields and values added to the System Info function.
|
Column Name
|
Type
|
Purpose
|
agentGuid
|
numeric(26,0), not null
|
Unique 26 digit random number identifying this agent. Master record stored in machNameTab.
|
fieldName
|
nvarchar(100), not null
|
The name of the custom field.
|
fieldValue
|
varchar(100), null
|
The value of the custom field.
|
|