I have a Notification Policy to change the status of an asset from "Active" to "Missing" (or any other status). At first I thought that my query was the problem so I did my test with a simple query like:
select Name from Inv_aex_ac_identification
where name = 'myworkstation'
So far no problem, if I go back in the resource tab, my workstation now have a status of "Missing"
If I modify the Notification Policy to change the status to "Active" again (or any other status), the change is not done (and I use the same query). If i manually change the status to active and I run the Notification Policy, the status will change automatically.
It's like the change is done only when the asset is currently "Active"
Am I doing something wrong?
