Dynamic collection value based on other collection value?
So to explain:
Nested in my computer model collection I have a bios version collection. Nested under that is two collections. One scanning for the current bio version which I manually put the value in, and the other scanning for versions below it which would be considered out of date.
Instead of manually adding in the value for the version below it, is it possible to make the collection pull the value from the other collection?
For example: COMPUTER - BIOS VERSION - VERSION LOWER THAN - *Other collection Value*
This would allow it so that I only need to change the bios version in one area and the other collection will update on its own.
If this is possible i'd love to know how to do it. Or if there is a more efficient way to track it then I'm all ears.
Thank you for your time
Comments
Lavar,
Assuming that you have the Enterprise version, you should probably do this with a variable:
https://documentation.pdq.com/PDQInventory/18.2.12.0/index.html?variables.htm
That way you can point both collections at one variable and just update that variable when necessary.
That worked perfectly Luke.
Thank you for the link to documentation.
Very much appreciated!