document-management


Related Questions
Is there a way to remove certain event listeners from being displayed on the “Event Log” subtab in the “History” tab? I want to turn off the “document modified” listener and create listeners for different steps in the workflow and life-cylce ...
  1 votes
  1 answers
  0 comments
  2489 views

I keep getting an error that looks something like this in the Error Context Dump: “Context Request Attributes: com.sun.faces.util.RequestStateManager :” And then there's a long list of things. Any ideas? Thank you!
  0 votes
  0 answers
  3 comments
  1129 views

I'm trying to conditionally show the “publish” tab using an XML extension. I only want it to appear when the current user is an administrator. Here's what I have so far, but the publishing tab still appears for non-admins:
  0 votes
  1 answers
  0 comments
  1859 views

I'm trying to create a button that publishes a document and it wants a “target” to publish to. It says it has to be in the format: “/default-domain/Sections/mysection”, but it still says that that target doesn't exist, even when I made my folder ...
  0 votes
  0 answers
  3 comments
  1777 views

I just installed NP 6 LTS. I was previously using a 5.8 LTS. I was used to use a doc type “picture book” that allow diaporma display mode. I cannot find it in the new version even after installing DAM.
  0 votes
  1 answers
  1 comments
  1900 views

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
  1286 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
  2846 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
  1781 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
  2271 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
  1598 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
  3781 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
  1538 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
  1629 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
  2181 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
  1230 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
  3783 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
  1974 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
  2375 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
  3178 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
  1505 views

I'm trying to issue a ranged request to retrieve a segment (byte range) of a document stored on Nuxeo but it seems Nuxeo's CMIS Atompub request handler doesn't honor the Range HTTP header. Is it really not implemented or am I doing anything wrong? ...
  0 votes
  1 answers
  0 comments
  2058 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 particiants. Can someone help me please? Thank you in advance, Rado Andriamahady
  0 votes
  1 answers
  1 comments
  1486 views

First of all apologies if my search-fu has not been sufficient to find previous answers to this question… How can i backup/export my file/Folder structure from Nuxeo to a plain old CIFS/HFS+ Structure so that if anything breaks, i can at least ...
  0 votes
  0 answers
  0 comments
  2127 views

Hi , I have main document which contains many sub document . and many binaries are attached to main document and each sub document (more than one level). After deleting the main document (hard delete using Coresesssion.removeDocument()) the main ...
  0 votes
  1 answers
  0 comments
  2254 views

I'm using a Nuxeo 5.9.5 repository with CMIS atompub binding. I found that I can explicitly checkout a document with a CMIS atompub POST, sending the ID of the document in the payload: http://localhost:8080/nuxeo/atom/cmis/default/checkedout The ...
  0 votes
  1 answers
  0 comments
  2211 views

I am using CMIS to connect to a Nuxeo 5.9.5 repository using the atompub binding. I am experiencing a problem with the CMIS Checkin. I found that when I remove an event listener that I've customized that checkin uploads work fine, but when the event ...
  0 votes
  0 answers
  0 comments
  2252 views

Hi all I have a big problem with nuxeo live edit. I have a lot of XLSM file in my nuxeo server and I would like to edit it Is it possible? If yes, how? i try to insert new MimeType on registry key, but nothing has changed Could you help me? Thanks
  0 votes
  0 answers
  0 comments
  1497 views

Hi! We have multiple upload widget for a file list and we use it on workflow task, when we upload the second file the first upload file disappears in chrome and IE. Have any body any idea to fix this problem? Every suggestion is welcomed Regards ...
  0 votes
  0 answers
  0 comments
  1394 views

When I make the following wildcard query request with REST atompub: SELECT * from cmis:document where cmis:objectId = '61c9a42b-00c4-4c48-9212-ceb7cb2fc4af' order by cmis:name It doesn't return some properties like: ...
  0 votes
  0 answers
  1 comments
  2067 views

Hi, I am new to Nuxeo and evaluating for a case management system. I would like to get some clarifications on permissions. My client is having several offices around the country and cases and related documents created by staff of one office should ...
  0 votes
  1 answers
  2 comments
  1506 views

The behavior I want is, on Edit, for changes to metadata only that the existing version be overwritten with those changes. For uploads of new files, I'd like to force minor or major versioning. I want to do this using CMIS. I thought setting the ...
  0 votes
  0 answers
  0 comments
  2113 views

When I make the following CMIS query: SELECT * FROM cmis:document order by cmis:name it doesn't return any of my newly uploaded documents. I found that if I force CMIS to “search all versions” that my documents will be returned. I found that once a ...
  0 votes
  1 answers
  7 comments
  2292 views

Does nuxeo platform support reRender in create and edit layout form? I have prepared a form layout in studio? How can i do with ajax when i click a checkbox to show or not a text area widget of the same form? What does “Value change listener” do? ...
  1 votes
  0 answers
  0 comments
  1865 views

Hi! I need your help. I try to activate notifications for a workspace: I want a user to be notified when a document is created in that workspace but that user doesn't receive any email whenever I upload files in the workspace. Thanks in advance, ...
  0 votes
  9 answers
  1 comments
  2600 views

Ubuntu 12.04 I've tried an upgrade from 5.6 to 5.8. In 5.6 I've got a lot of custom vocabulary entries, mainly under coverage and subtopic fields. When upgrading, the whole custom entries are lost and can not be selected any more for a given ...
  0 votes
  1 answers
  2 comments
  1805 views

Hello, When I did NXQL with Nuxeo Automation I got some documents with : path:null and uid:uid:null This documents got an ID, a title, and some data files and a lifecycle state. But why did I got that documents in my database, because this documents ...
  0 votes
  1 answers
  1 comments
  2436 views

So, thanks to help from this community, I got the Nuxeo VM downloaded, booted, configured, and I got logged in as Administrator. Woo! But then the real trouble comes: now what? I've trolled through the documentation (which is excellent for ...
  0 votes
  4 answers
  2 comments
  2915 views

Hi, I would like to modify the position (to the top) of a document in an ordered folderish document via an automation chain… Any idea ? Thanks
  0 votes
  1 answers
  1 comments
  2917 views

I'm investigating Nuxeo as a possible solution to our document management challenge. I watched the introductory video that describes the implementation done by the electric utility guy. I liked the feature he implemented to force capture of ...
  1 votes
  1 answers
  1 comments
  1910 views

I have requirement where i need to cancel the my custom Work (sub class of AbstractWork) in The WorkManager i don't find any method for this specific requirement . What i need to to to implement this feature ? any suggestion will be help full. My ...
  0 votes
  1 answers
  1 comments
  2426 views

I don't have a full stack trace but here's the entire message: org.apache.chemistry.opencmis.commons.exceptions.CmisNotSupportedException: Operation not supported by the repository for this object! Specifically this call: // Add the ACL to the CMIS ...
  0 votes
  1 answers
  0 comments
  1725 views

Hi, I would like to perform a full-text search on a scanned document. After some research on the web, I found Athento's OCR plugin and followed the steps discribed to set it up. I couldn't get it to work and I need help to solve my problem. I need a ...
  0 votes
  0 answers
  0 comments
  1501 views

Hello, I've got an issue regarding PDF preview: when I try to preview a PDF file, I get the following error: L'aperçu ne peut être généré pour ce document Technical issue: Blob path: default org.nuxeo.ecm.platform.preview.api.PreviewException: Error ...
  0 votes
  0 answers
  17 comments
  4051 views

Hi, I use the version 5.6 and I want to reindex all documents. But i don't know how I can do this ? And if I add others field to index in the “default-repository-config.xml”, the plugin reindex them too ? Thanks, David
  0 votes
  0 answers
  0 comments
  1841 views

I have looked in database but I haven't find any info for lifecycle state :( Any help please!
  0 votes
  1 answers
  1 comments
  2071 views

Hi all, We are using Nuxeo Document Management from some time now (March 2014) with version 5.9.1, but recently we are experiencing some issue with the Live Edit integration. We are focusing on the following setup: Client OS: Windows 2008-R2 Server ...
  0 votes
  0 answers
  0 comments
  1709 views

is there any possible way to create a users account by using the php automation api.
  0 votes
  1 answers
  0 comments
  1902 views

Hi I have a custom Document. This Document has a custom Summary page. On the boton page area, we have to show the Document Tasks. I have created a button, this button has to start a Workflow. After push the button, I expect a new Task created for ...
  0 votes
  1 answers
  0 comments
  2817 views

I'm trying to create a custom query to return the related documents (Joins) in my worklist, so I need to use the “CMIS” standard to ride my Query. I am using the version (Nuxeo 5.8) there is already an plugin by default -> ...
  0 votes
  1 answers
  4 comments
  1955 views

I have created a button (called RENAME), on a nuxeo worklist, and I want to call the EDIT PAGE (Edit Layout) for my document (called DocumentX). How can I do that? I know how to call the CREATION PAGE, but I don't know how to call the EDITION PAGE ...
  0 votes
  0 answers
  0 comments
  1345 views