
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2008 05:18 PM
Is there any way to add a few additional fields to the action screen for a computer?
For example, at the moment it shows model, memory, os, clockspeed etc at a glance, but I would like to add IP address to this screen.
I have looked through the it-compdetail.aspx file - but can't see anything obvious to add it - but hope it would be something fairly simple...?
Anybody?
For example, at the moment it shows model, memory, os, clockspeed etc at a glance, but I would like to add IP address to this screen.
I have looked through the it-compdetail.aspx file - but can't see anything obvious to add it - but hope it would be something fairly simple...?
Anybody?
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2008 11:31 PM
Yep indeed, the screen enumerates all the fields in the order that the stored procedure returns.
(you can also use this to change the display name of fields, ...)
(you can also use this to change the display name of fields, ...)

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2008 05:54 PM
I've solved this myself - I added a couple of commands to the dbo.Web301comp stored procedure and compiled it and it seems to have done the trick.
