
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2009 07:19 PM
Is it possible to add more fields?
I liked that function with Spiceworks but I could grow old trying to get Spiceworks to work with our size of an organization.
- Labels:
-
Archive

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2009 04:36 PM
I've done my reports like that and it's looking great.
Thank you very much for the prompt help and great support!
You do learn something new everday!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2009 06:14 PM
Better would be to keep the fields : Custom1,custom2,... in the database.
And when you make a report you can do a "select custom1 as PCowner,custom2 as someothername from ...."

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2009 06:08 PM
I've tried the following so far.
We edit Custom1 to reflect "Pc Owner" in the "it-extrainfo.aspx" file:
<tr>
<td align="right" class="lijntje"><strong>PC Owner: </strong></td>
<td class="lijntje"><input name="Custom1" class="in" type="text" id="Custom1" value="<%# dscustom.FieldValue("Custom1", Container) %>" /></td>
</tr>
Doing the above works great and the web page displays what we want, so now to change the backend.
I've tried replacing the "Custom1" entries in "it-extrainfo.aspx" as follows:
<tr>
<td align="right" class="lijntje"><strong>PC Owner: </strong></td>
<td class="lijntje"><input name="PcOwner" class="in" type="text" id="PcOwner" value="<%# dscustom.FieldValue("PcOwner", Container) %>" /></td>
</tr>
and then updating the colums in the database as follows:
From :
[BarCode] [nvarchar](100) NULL,
[Custom1] [nvarchar](255) NULL,
[Custom2] [nvarchar](255) NULL,
[Custom3] [nvarchar](255) NULL,
[Custom4] [nvarchar](255) NULL,
To :
[BarCode] [nvarchar](100) NULL,
[PcOwner] [nvarchar](255) NULL,
[Custom2] [nvarchar](255) NULL,
[Custom3] [nvarchar](255) NULL,
[Custom4] [nvarchar](255) NULL,
Then all looks fine on the web page and in the reports.
The problem comes in when you then try and update any data.
I then get the following error from the website next to the update button :
Column 'Custom1' does not belong to table mytable.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: Column 'Custom1' does not belong to table mytable.
Are there any other pages that I have to update to reflect the new value for "Custom1" which is now "PcOwner"?
If I am on the wrong track here what should I be doing and where?
It is important for the reports so they can be automated.
Regards
Nick

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-23-2009 09:57 AM
You are looking for lines like
<td align="right" class="lijntje"><strong>Custom1: </strong></td>

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-22-2009 10:16 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-22-2009 01:52 PM
It's great that there are custom fields but if I have a server that has a BUsines Continuity rating of 1 then just having a 1 in something called custom1 is not that informative on a report. I need to be able to put additional information into the db about each piece of equipment primarily information having to do with business continuity and disaster recovery. The only other real information I have to add is Server Support Contact, Application Support Contact.
From what I'm experiencing so far, the performance of this product is great. I did tell it to only scan 1 OU and it did the entire domain anyway but oh well I got to see just how well it performed.... lol But that's for another post....

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-22-2009 06:29 PM
Prodigus wrote:
Did you mean that I can just put any information into the fields or that it might be possible to change the actual name displayed for Custom 1, Custom 2 etc?
When you create a new report you can just change the display name of 'custom1' to 'whateveryoulike'
Just make sure that you always use custom1 for the same type of information.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2009 11:55 PM
But just starting with the 10 that are there would be wonderful

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2009 08:33 PM
