Development
Hello, Can anyone help on how to make a link always point to the latest version of a published document? This has been a problem for me because whenever the document is published with a new version, the url of the published document is also changed ...
0 votes
1 answers
1 comments
1604 views
Hello, Is someone has already implemented a SEDA connector to send NUXEO documents in an electronic archive software ? Regards
1 votes
0 answers
1 comments
1908 views
I would like to if there would be any widget which can be in the create layout or edit form and evaluated two schema fields.
2 votes
0 answers
0 comments
8037 views
I want to show in one content view titles from two related documents and other metadata. Is there any option or a best practise to do realize that?
2 votes
0 answers
0 comments
2979 views
I know this question has been asked before and was even a subject of a blog article, but answers to those were focused on curl like URLs and not so much on input/output variables. So: With Blob.Get one can get either the main-document or a document ...
0 votes
1 answers
4 comments
11795 views
I am able to export the documents manually. As the process is given in Nuxeo Documentation. That is a very simple and manual process. But is there any other process through which we can export existing documents in Nuxeo through automation ?
0 votes
1 answers
0 comments
2445 views
Hi, I would like to write date entry to a multi-valued complex field in an automation Unfortunately my POST request leads to errors when I use @{org.nuxeo.ecm.core.schema.utils.DateParser.formatW3CDateTime(CurrentDate.date)} as suggested in the API ...
0 votes
1 answers
2 comments
2186 views
Through my own custom listener I would like to delete main files and attachment from the nuxeo document. Deleting the document seems to be easy as you can use the below code. doc.getCoreSession().removeDocument(doc.getRef()); ...
0 votes
1 answers
1 comments
2365 views
Hi, I want to perform some actions when the value of a widget changes, and I don't know how. For example: I want to hide/show other widgets depending on the value of a “SelectOneDirectory” widget. I know how to do this with JSF, using and the ...
0 votes
0 answers
0 comments
1790 views
Hello. I am trying to upload a file using java client 2.1 using the API example: Blob fileBlob = new Blob(io.File file); blob = nuxeoClient.automation().newRequest(“Blob.AttachOnDocument”).param(“document”, “/folder/file”).input(fileBlob).execute(); ...
1 votes
1 answers
0 comments
2317 views
I have a logic in my client java code, which creates a document given the path, where it should reside. My logic checks for non-existing folders in a path. This check is in place to avoid FileNotFound exception and create the hierarchy first before ...
0 votes
1 answers
1 comments
2613 views
Hi, I am trying to configure Scan Document importer as per the instructions mentioned in this https://www.nuxeo.com/blog/monday-dev-heaven-multithreaded-transactional-documents-import-nuxeo/ . I am able to fire an event [Notification.SendEvent] ...
0 votes
0 answers
0 comments
1814 views
Hi, I'm trying to call the operation “ Tag.Suggestion ” using the java-client. I expected to get a list of tags or something but just get a ClassCastException because the client expect a Map as result but received a ArrayList. My code is NuxeoClient ...
0 votes
0 answers
0 comments
3549 views
Hi, Is anybody know how to query / view / show for a specific user (not an administrator) the tasks in progress for all the workflow he initiated ? Thanks
1 votes
3 answers
1 comments
2109 views
I'm using the Drupal CMIS module to sync content between Nuxeo and Drupal. Has anyone set this up before? Whenever I run cron to update the latest documents the query SELECT * FROM cmis:document WHERE ...
1 votes
0 answers
3 comments
2003 views