10-10-2012 05:20 AM
There are two documents with a schema's field: <xs:element name="link" type="nxs:stringList" />
The field is updated by widget:
This works very well but there is only created one way link. What is the most elegant way to create the two direction link between two documents? It means when it is set in one document, the second is automaticaly updated.
10-15-2012 11:35 AM
Have a look at the "relation" concept in Nuxeo (you can create your own relation predicates), it looks like what you are searching for.
10-15-2012 11:35 AM
Have a look at the "relation" concept in Nuxeo (you can create your own relation predicates), it looks like what you are searching for.
10-15-2012 04:22 PM
Yes, you are right. It seems to be good way. Thanks
10-17-2012 02:42 AM
I have analized the code and it looks that it is too much complicated for this simple task.
10-18-2012 05:48 AM
Hi,
Besides relations, another option is to use a "document suggestion" widget to point to another document in a field.
From this other document, you could display a content view performing a query to retrieve all documents where the given field value is the current document id.
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.