
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2015 06:14 PM
I would love the possibility to add filter options to the dynamic asset group based on expanded filter options, or at least have the ability to assign assets to a manual group based on a database value. (I'm sure there's an sql command I could run for this, but my grasp of SQL is failing me miserably)
Currently, The dynamic group for laptops does not detect all of our laptops that are in the database, but I realized that if I could use the value for Win32_PhysicalMemory Form Factor. This value will always be 12 for SODIMM memory, which is generally only used in Laptops and Mini-ITX systems.
Currently, The dynamic group for laptops does not detect all of our laptops that are in the database, but I realized that if I could use the value for Win32_PhysicalMemory Form Factor. This value will always be 12 for SODIMM memory, which is generally only used in Laptops and Mini-ITX systems.
Labels:
- Labels:
-
Product Feedback
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2015 03:05 PM
We are hesitant to add additional fields to the dynamic group feature to be honest. The dynamic group feature is meant to be a simplified version of the report builder, for customers who are unfamiliar with SQL. We feel that adding too many options or fields to dynamic groups would defeat the purpose of the feature.
For anything not covered by dynamic groups, we recommend building a custom report under Reports\Create New Report instead. You can run a script based on tblAssetGroups/tblAssetGroupLink to insert static (not dynamic) group memberships directly into the database as well, though we do not currently provide support for writing custom database scripts. You could try the tblPortableBattery database table to identify laptops by the way.
For anything not covered by dynamic groups, we recommend building a custom report under Reports\Create New Report instead. You can run a script based on tblAssetGroups/tblAssetGroupLink to insert static (not dynamic) group memberships directly into the database as well, though we do not currently provide support for writing custom database scripts. You could try the tblPortableBattery database table to identify laptops by the way.
