I was wondering what the relevance statement would be if I am trying to find what computers were targeted by an action. What I have right now isn’t quite working…
targeted computers of bes action whose (id of it = 972)
Sorry for being so vague. In the presentation debugger, the error I get is:
Error: The operator “string” is not defined.
I want to get the hostnames of the computers that were targeted by the action. Say I go to a fixlet and take an action with the name “Microsoft Word” and action id of 972 and target a computer with the hostname LobbyComputer. I want to pass the id or name of the action and get the hostname in return where, in this example, the hostname is LobbyComputer.
The message is trying to say (unclearly) that an object of the type “bes computer”, which the "targeted computers of " inspector returns, does not directly return a string. If you want to see the targeted computers, you’ll have to be more specific about what data you want:
names of targeted computers of bes action whose (id of it = 207)
ids of targeted computers of bes action whose (id of it = 207)
etc.
You can see the things you can inspect from a bes computer type by typing into the presentation debugger: