Hi,
Is it possible to have a Query to List Virtual Folder contents?
Thanks.
it is possible basically when you click a VF which has been made by a Facet or Facets the URL will indicate by f_<ObjID> the facet to look at. If you then look at the DTree record for that you will get a Cryptic two column table for that example like 'DFacet_attr_1SXQ1_10'.At run time the Oscript code will pick up the facets in question and anything in the Location criteria and create a join to DTree(Webnodes) additionally joining the FacetTable for any data matching. Unless you have created utilities to decipher the Facet and Column tables this will change even from dev, test, QA to prod. If you run with Connect logs on a particular VF you will be able to see the Dynamic query.
We have lots of code depending on Facet Tables so we have created generic utilities that will give us the table once we know the FacetName .
Query to List Virtual Folder contents Posted bybaber.amin@albertainnovates.ca (Amin, Baber)On 05/06/2019 02:40 PM Hi,Is it possible to have a Query to List Virtual Folder contents?Thanks.[To post a comment, use the normal reply function]Forum:Content Server LiveReports ForumContent Server:My Support
We have lots of code d epending on Facet Tables so we have created generic utilities that will give us the table once we know the FacetName .
Query to List Virtual Folder contents Posted by baber.amin@albertainnovates.ca (Amin, Baber) On 05/06/2019 02:40 PM Hi,Is it possible to have a Query to List Virtual Folder contents?Thanks.[To post a comment, use the normal reply function]Forum: Content Server LiveReports ForumContent Server: My Support
No, LiveReports cannot, in general, be used to determine the contents of virtual folders: LiveReports are essentially fixed, while Virtual Folders are dynamic.
The contents of a virtual folder consists of items that currently match the virtual folder’s definition (which, itself, is editable). The list of items corresponding to the contents of a virtual folder are not stored in the database as the list can be changing continually. And the query that would be used for a given virtual folder will vary according to its definition. You simply can’t create a database query to use in a LiveReport that could track the dynamic nature of a virtual folder.
-chris
From: eLink Entry: Content Server LiveReports Forum [mailto:livereportsdiscussion@elinkkc.opentext.com]Sent: Monday, May 06, 2019 11:41 AMTo: eLink Recipient <devnull@elinkkc.opentext.com>Subject: Query to List Virtual Folder contents
Query to List Virtual Folder contents
Posted bybaber.amin@albertainnovates.ca (Amin, Baber) On 05/06/2019 02:40 PM
Thank you all for help and explaination.