I'm looking to configure / customize the objectfilter option in Webtop. This is the Show Files and Folders ... feature.
I need to display dm_document, dm_smart_list and folders in one option.
I could not find any options where i can show multiple objects at the same level. I tried few things but none resulted in the desired option.
This is what I have at the moment
<objectfilter>
<label>
Show Files, Folders and Smart Lists
</label>
<showfolders>true</showfolders>
<type>dm_sysobject</type>
<showallversions>false</showallversions>
</objectfilter>
But ideally we are looking for a cleaner solution because using dm_sysobject exposes lot other objects like dm_notes etc .. in bunch of other cabinets which are accessible to users. We also cannot make those cabinets private.
So is there an option where i can just show dm_document and dm_smart_list in one option through configuration or this involves custom coding
Thanks a lot in advance