Comparing two property values in Checks

2

I would like to be able to compare two property values in a check, as opposed to comparing a property value to a value that I have to specify (hard code).

Simple example: I want to check whether I have unused licenses. As there are only properties “Units enabled” and “Consumed Units” available within the “Product” inventory type, I want to do something like

“IF [Units enabled] LARGER THAN [Units consumed]” –> violation

or:
“IF ([Units enabled] – [Units consumed]) LARGER THAN 0” –> violation

3 comments

You must be logged in to leave a comment. Log in / Sign up

Would likwe to be able to use percentages is a check. E.g. if a user has used more than 85% of his onedrive storage or if the number of unused licenses is 10% or less of the total available licenses.

Great, thanks!