Is there a document in existence which maps Fields and Tables to fields within the LANSweeper user interface?
For example, if I wanted to run a report listing the Manufacturers of Assets, how could I easily find out which table and field to include in the report?
Currently we do not have a database dictionary but we are working on one.
You can find an example report down here: Select Top 1000 tblAssets.AssetID, tblAssets.AssetName, tblAssetCustom.Manufacturer From tblAssets Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID