I am trying to create a relevance to return the value of my custom properties for each computer.
I would like to use it with SOAP to query webreports.
The same way I can run the relevance (names of it) of bes computers, I’d like to run:
(names of it, mycustomproperty of it) of bes computers.
But I get the error message “Error: The operator “mycustomproperty” is not defined.”
There are a number of methods to achieve this, but a relatively simple way is:
(names of it, values of results from (bes property “mycustomproperty”) of it) of bes computers
(Naturally, you’d have to replace the term ‘mycustomproperty’ above accordingly. One additional note is that the above will work so long as the custom property name is unique. If there is more than one property with the same name, we’d have to reference it slightly differently).