
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2017 09:33 PM
Is it possible to have an Installer package add comments to the computer object? It would be nice to be able to have a list of things pushed to the machine separate from the deployment logs as those get cleaned out every month (company policy).
Labels:
- Labels:
-
General Discussion
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2017 02:56 PM
There's unfortunately no feature to automatically write comments to an asset when a deployment package was run for said asset.
Theoretically though, you could add a database script to your deployment package that updates tblAsset.comments or does an insert in tblassetcomments.comment for the relevant asset. Though this requires not just a database script, as the assetname or assetID will have to be retrieved somehow during the deployment and added to the script, so a variable needs to be used. There are no parameters available for this. We cannot provide assistance with this kind of scripting unfortunately.
Theoretically though, you could add a database script to your deployment package that updates tblAsset.comments or does an insert in tblassetcomments.comment for the relevant asset. Though this requires not just a database script, as the assetname or assetID will have to be retrieved somehow during the deployment and added to the script, so a variable needs to be used. There are no parameters available for this. We cannot provide assistance with this kind of scripting unfortunately.
