Filtering the Asset List by custom property
Hello,
I'm trying to filter the asset list of the asset advisor page following the information located at https://support.ptc.com/help/thingworx_apps/r8.5/en/#page/thingworx_apps%2FThingWorxAppsCust%2Fcustomizing_the_asset_list_filtering.html%23
I was able to successfully filter the assets by name following the example and now I wanted to filter them by my custom properties. I created the "Visible" property (BOOLEAN/STRING) on the Assets and tried to customize the AssetAdvisorPreFilter service in PTC.SCA.SCO.CustomActionHandler this way:
var result = {"filters": [{"fieldName":"Visible","type":"EQ","value":"true"}]};
but it is not working at all.
Could anybody help me with how the property should be configured and on the correct result statement??
Thanks in advance.

