How to display the list of documents which refers to current document
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2018 12:29 PM
Hi, I have a document type named "campsite" in which I have fields that refer to documents with other document types, "contracts" and "law". I would like, in view layout of contracts and law documents to display list of campsite where they are referred. Is it possible, which way ? Thanks a lot !
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2018 01:42 AM
The "content view" feature of Nuxeo Studio makes that easy : NXQL query with dynamic values from current document, definition of the layout of results then associated with the target doc type (appears as a tab).
Much more boring to do in straight XML.
