
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-29-2008 04:55 PM
I'm a version 3.2 premium user. We have a lot of portable machines that are not showing up as a portable computer. Is there a way to edit those machines in the database so they will show up as a portable machine?
Labels:
- Labels:
-
Archive
2 REPLIES 2

Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2008 01:37 PM
If it helps, all our portables have PCMCIA controllers as discussed before somewhere in this forum as far as I recall, so I've done a simple query to show the portables:
SELECT DISTINCT dbo.tblPCMCIAController.Computername, dbo.tblPCMCIAController.Lastchanged, dbo.tblComputers.Username
FROM dbo.tblPCMCIAController INNER JOIN
dbo.tblComputers ON dbo.tblPCMCIAController.Computername = dbo.tblComputers.Computername

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-29-2008 07:45 PM
You need to alter the view "web30repallportables".
It is currently showing all devices which have a battery as portables.
It is currently showing all devices which have a battery as portables.
