document-management
How can I remove the “keep” option in a toggleable widget using the file:content widget. I want to make it so that the user is required to upload a new file when they are editing the document. Thank you!
0 votes
0 answers
0 comments
1353 views
How would I phrase the EL expression to be “the file content of the document is empty”, so there are no files in the actual content of the document. So far I have: {document.getProperty(“file:content”)=='empty'} so this gets the file content, but ...
0 votes
2 answers
1 comments
2932 views
Hi, I have a problem with Live Edit, I've made a new document type, I've add a listener with a chain that copys the file from another document (a model) and adds it to de new Document. The problem comes when I try to modify the new document via Live ...
0 votes
0 answers
0 comments
1870 views
I recently installed Nuxeo 5.9.5, and using its Document Management module. My application is using REST API to 'GET' the document details using documentById endpoint. It's working fine. However, when I want to see all the schemas, it is not getting ...
0 votes
1 answers
1 comments
2348 views
We connect desktop with WebDAV and WSS. After we added the Nuxeo application as an external drive, you can browse the content of Nuxeo from your OS. You we can see: workspaces, folders, templates, files, notes, pictures. How can we see other type of ...
1 votes
0 answers
0 comments
1668 views
I am using Document.create operation in my automation chain to create a Folder say “newDoc”. The operation chain creates newDoc.54524445xx if the newDoc is already available. I would like to know within automation chain if a Folder named newDoc is ...
0 votes
1 answers
0 comments
3896 views
How do I remove the Lock/Unlock button in the Contexual Tools category of the screen? Thank you!
0 votes
1 answers
0 comments
1596 views
Is there a way to change a document property to immutable by using an automation? My ultimate goal is this: The document is IMMUTABLE when the document is UNLOCKED and The document is MUTABLE when the document is LOCKED Any help would be amazing, ...
0 votes
1 answers
0 comments
1690 views
With such a schema <ubx_convention:avis>
<item>
<instance>Instance Centrales/Conseil d'administration</instance>
<date>2014-10-09T22:00:00.00Z</date>
</item>
<item>
<instance>Instance ...
0 votes
1 answers
0 comments
2257 views
Hello everybody. We use since 2011 Nuxeo for document management. works well. We haven't done any change this year on the platform. Since a few weeks : impossible to access to the “document management” tab. Somme people can, others ones cannot. This ...
0 votes
0 answers
0 comments
1330 views
Hello, Microsoft Office use HEAD method request during webdav access (verified with wireshark), then a GET one. But Nuxeo never responds to HEAD requests. Indeed I activate debug for webdav module, and I dont see HEAD request coming in logs (i have ...
1 votes
1 answers
4 comments
3906 views
Hello, I have generated a number of test templates that I would like to remove from the list of available templates (see image below). I have already worked out that not only you need to remove the template from the templates folder, but also to ...
1 votes
0 answers
0 comments
2055 views
Hi i m trying to build dynamic content based on dates comparisons : I can either use smart folders in order to build a NXQL query that must contain a static part (eg : validation_date > current_date). Unfortunately, there is no current_date ...
0 votes
0 answers
0 comments
2449 views
Hi, I have successfully managed to extract information from nuxeo platform to my documents through document templates in .odt format. Nuxeo documentation says that document templates are also supported in .docx format but I do not manage to do so. I ...
0 votes
1 answers
1 comments
3256 views
Hi! I want to programmatically run the “SerialDocumentReview” workflow on a document through REST API. I was able to start the workflow but now I need to select the participants. Can someone help me please? Thank you in advance, Rado Andriamahady
0 votes
1 answers
0 comments
1569 views