‎02-12-2013 09:56 PM
Solved! Go to Solution.
‎02-22-2013 05:22 PM
Jono wrote:
I figured out by accident that the printer asset type is type #16. Is there a place where I can find a list of asset types so that I can do similar reports?
‎03-23-2015 02:36 PM
‎02-12-2013 10:41 PM
‎02-12-2013 10:39 PM
Select Top 1000000 tblAssets.AssetName,
tblAssetCustom.Location,
tblAssetCustom.AssetID,
tblAssets.Assettype,
tblAssetCustom.Custom12 As [Toshiba ID]
From tblAssetCustom
Inner Join tblAssets On tblAssets.AssetID = tblAssetCustom.AssetID
Where tblAssets.Assettype = 16 And tblAssetCustom.Custom12 <> ''
Order By tblAssetCustom.Location
‎02-22-2013 05:22 PM
Jono wrote:
I figured out by accident that the printer asset type is type #16. Is there a place where I can find a list of asset types so that I can do similar reports?
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now