Relevance to capture values of custom property

Hi Everyone,

I am trying to create relevance that could generate the value of a custom property I created. I earlier used to apply the below mentioned relevance on V9.x and it worked fine, now when I try this on BigFix Client 10.0.4, it shows that the operator is not defined. Is there any other way out to pull values from custom property?

Q: values of results from (BES Property “PatchGroup”)
E: The operator “bes property” is not defined.

Thanks,
Rav

‘bes property’ is only available in Session Relevance (Console dashboards, Console Debugger, Web Reports), it’s not known to the client and cannot be used in the Fixlet Debugger

1 Like

Thanks Jason!
I tried to fetch data using (value of setting “PatchGroup”) of client and it worked.

1 Like