Asset info in user portal
I would like for the users to be able to see asset info of their computer. For example, when importing the computer assets, we have a custom field for assign ac adapter. I would like for all the asset info to show up under the "my computer" section of the user portal. Is that possible?
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
nshah
12 years ago
Posted by:
Roonerspism
12 years ago
We have performed this in the past with a combination of things.
1) Setup a timed script which will update a registry key based upon an sql query every day, ie, we wrote a vbscript to pull an asset field which had a cd key and then delete the vbscript itself.
2) Setup a custom software item which reads back the information from the registry key, ie, RegistryValueReturn(HKEY_LOCAL_MACHINE\SOFTWARE\Asset_info,VectorworksSerial,TEXT)
3) After inventory the user can see the information which is read back and held under the Custom Inventory Fields.
Let us all know how you go :)
1) Setup a timed script which will update a registry key based upon an sql query every day, ie, we wrote a vbscript to pull an asset field which had a cd key and then delete the vbscript itself.
2) Setup a custom software item which reads back the information from the registry key, ie, RegistryValueReturn(HKEY_LOCAL_MACHINE\SOFTWARE\Asset_info,VectorworksSerial,TEXT)
3) After inventory the user can see the information which is read back and held under the Custom Inventory Fields.
Let us all know how you go :)
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.