
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2018 05:01 PM
We like to add our hard drive model and serial numbers to the asset page for computers. We know this information can be obtained in a report, but like for this to be seen when we view the assets main page. Is there a way to pull data from the data base and add it to a custom field we create? I want this to populate automatically and not manually. We have over 1000 computers and will be a lot to manage manually. Surely this is possible since it has the data in the database. Any ideas?
Labels:
- Labels:
-
General Discussion
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2018 09:57 AM
It is possible, however, you would indeed have to copy information from an asset's tblFloppy to tblAssetsCustom. Additionally, to keep this information updated, you would have to make the database script run daily so it adds the information to new assets and updates it if hardware changes.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2018 11:30 PM
Alias isn't missing. That last screenshot is from a custom report.
In order for this to work with the custom fields, you would have to add them in and then have an sql script copy the fields from
tblFloppy.Manufacturer to tblAssetCustom.Custom1
tblFloppy.Model to tblAssetCustom.Custom2
tblFloppy.SerialNumber to tblAssetCustom.Custom3
This is assuming you use the Custom 1, 2 and 3 for your disk drive information.
-Kris
In order for this to work with the custom fields, you would have to add them in and then have an sql script copy the fields from
tblFloppy.Manufacturer to tblAssetCustom.Custom1
tblFloppy.Model to tblAssetCustom.Custom2
tblFloppy.SerialNumber to tblAssetCustom.Custom3
This is assuming you use the Custom 1, 2 and 3 for your disk drive information.
-Kris

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2018 05:06 PM
tmcmanus3385@stanly.edu wrote:
We like to add our hard drive model and serial numbers to the asset page for computers. We know this information can be obtained in a report, but like for this to be seen when we view the assets main page. Is there a way to pull data from the data base and add it to a custom field we create? I want this to populate automatically and not manually. We have over 1000 computers and will be a lot to manage manually. Surely this is possible since it has the data in the database. Any ideas?
I found this information and looks like a possible solution at the bottom of the page, but alias is missing in reports. Anybody know why alias is missing?
webpage
