document-management


Related Questions
Hi, When I try to merge some PDFs to have one document with nuxeo operation Blob.ConcatenatePDFs, I always have this exception : Caused by: org.nuxeo.ecm.automation.OperationException: Failed to invoke operation Blob.ConcatenatePDFs at ...
  0 votes
  1 answers
  0 comments
  900 views

Hello community ! I am trying to force an extension while uploading my file on a local document type. I want to know if it is possible. And if yes, where I can write the mime-type wanted ? Thank you
  0 votes
  6 answers
  0 comments
  1187 views

I'm using Nuxeo IDE 7.10 and i want to add Read privilege and some other modifications to Nuxeo-routing-default bundle without using Nuxeo Studio, how can i do this ?
  0 votes
  1 answers
  0 comments
  2044 views

I'm using Nuxeo IDE 7.10 and i'm trying some examples to discover the default workflow ( Serial / Parrallel document review ) so i'm wondering if the Edit permission granted by Workflow** is sufficient for participants to validate or reject the ...
  0 votes
  0 answers
  0 comments
  2033 views

I'm using Nuxeo IDE 7.10 and I'm trying to set a workflow on documents , i've done this: Create document (type : File) Add Serial workflow i've noticed that Edit permission is granted by Workflow When connecting as the participant user to validate ...
  0 votes
  0 answers
  0 comments
  4161 views

When trying to follow a published document , i'm getting the following error : org.nuxeo.ecm.core.api.model.PropertyException: Cannot set property on a version: notif:notifications . Am I missing some settings ? I'm not getting any error when ...
  0 votes
  1 answers
  6 comments
  3696 views

I want to change the subject of the email permission, and i can't find the bundle that contains the permission notification. I'm looking for something like this : <notification name="test" channel="email" enabled="true" availableIn="section" ...
  0 votes
  1 answers
  1 comments
  4081 views

I'm looking for a way to select all the documents in folder/workspace. Now i can only select those that appear in the same page, and i have to go to the following page to select the others … Any idea would appreciated.
  1 votes
  1 answers
  0 comments
  2474 views

I'm using the following code to display some drop down lists based on condition , it's working fine when creating a document but when trying to modify the documents , the select doesn't change i keep getting the first value . I'm using Nuxeo 7.10 ...
  0 votes
  1 answers
  20 comments
  5337 views

I'm using Nuxeo IDE and I'm looking for a way to show or hide a field based on a drop down list value For example Drop down list values : A ; B If the Drop down list value is A the field should be hidden ; if the value is B the field should be ...
  0 votes
  3 answers
  0 comments
  4552 views

I'm using Nuxeo IDE , and i want to display a drop down list in my creation layout form , this drop down list should be displayed only if another drop down list is filled with a certain value , can anyone show me how to do that , normally i should ...
  0 votes
  1 answers
  11 comments
  5092 views

I'm facing a problem with datetime widget and NXQL query. Actually when choosing for example a date from 14 - 30 June 2015 in customized search created in my contentview, i'm getting TIMESTAMP '2015-06-29 23:00:00' rather than TIMESTAMP '2015-06-30 ...
  0 votes
  1 answers
  0 comments
  1917 views

I want to add the below button to my content view, i've added this action <action icon="/icons/edit_columns.png" id="contentViewEditColumns" label="label.contentview.edit.columns" order="80" type="fancybox"> ...
  0 votes
  0 answers
  0 comments
  1624 views

I've noticed that when i apply local configuration on workspace, the thumbnail view disappear from the menu. i've attached a screen shot of what i'm getting after Administration -> Local configuration What should I add in order to keep the ...
  0 votes
  1 answers
  3 comments
  1899 views

I've imported some data using CSV import, configured folder to search for specific metadata using Administration -> Local configuration -> Document content configuration , so when filtering date, sometimes it gives results sometimes not. I've ...
  0 votes
  1 answers
  4 comments
  2763 views

Hello, One of my users sees all content in the document management area duplicated, that is 2 “default domain” and within each one of them 2 “sections”, 2 “workspaces”, 2 “Templates” and so on… It is not real as no one else sees this. I thought some ...
  0 votes
  1 answers
  0 comments
  2413 views

Nuxeo application is shared with all users connected in the LAN and I'm using Nuxeo Csv to import documents located in every client machine in our LAN. i've created a folder with the same name as the one configured in “nuxeo.csv.blobs.folder” but ...
  0 votes
  1 answers
  1 comments
  3240 views

I have created some custom types which contain some fiels in addtion to title (dc:title) and description (dc:description) ; now i want to make the description field hidden. I mean it will contain some data but i don't want it to be shown to users. ...
  0 votes
  1 answers
  0 comments
  2523 views

I’m trying to add a user without password, but i can’t get the email notification. I’ve tried many configurations but none seems to be working? I keep getting this error: Error while sending mail : 534-5.7.9 Please log in with your web browser and ...
  0 votes
  0 answers
  0 comments
  2662 views

I'm using Nuxeo 7.3 and I'm getting this error : Update : ERROR [http-bio-0.0.0.0-8080-exec-11] [org.nuxeo.ecm.platform.actions.DefaultActionFilter] evaluation of condition #{conversionActions.isPDF(blob)} failed: returning ...
  0 votes
  1 answers
  8 comments
  2174 views

i'm using Nxql to do search on my custom document types, but i've noticed that with this NXQL query : <fixedPart> ecm:isCheckedInVersion = 0 AND ecm:mixinType != 'HiddenInNavigation' AND ecm:currentLifeCycleState != 'deleted' AND ecm:parentId ...
  0 votes
  1 answers
  0 comments
  4237 views

I want to do a full-text search on scanned documents, i've heard about the possibility of using Tesseract as an OCR by setting a command line but i can't find how to do this. Any suggestions ? or a workaround ?
  0 votes
  1 answers
  1 comments
  2393 views

I'm using CSV import to import several files, i've noticed that : Loaded files stop showing after a certain number of files The report showing the number of success / failed imported files doesn't appear at the end I've to look in the log file to ...
  0 votes
  0 answers
  0 comments
  1686 views

I want to allow version on my custom document types after modifying fields. I've added the following contribution but there's no change i'm still facing the same problem. I've attached my current edit tab and my contribution.
  0 votes
  2 answers
  0 comments
  2046 views

I'm using nuxeo-scan-importer to import documents using XML files, i've tried it with one type, now i want to be able map many type of document but i don't know how to indicates that those XML files correspond to this type of document. Any ...
  0 votes
  1 answers
  1 comments
  2302 views

I'm trying to configure nuxeo-importer-scan bundle, and i'm getting the following error : java.lang.NoClassDefFoundError: org/nuxeo/ecm/core/api/DocumentNotFoundException ,so i can't find the problem source. Any suggestion ?? I've attached my ...
  0 votes
  1 answers
  1 comments
  2147 views

I've tried configuring Outlook with imap connector plugin , i'm not getting any errors but messages are not showing, so i can't find what's the problem. Here is my configuration : Titre : some title Courriel : xyz@mydomain.com Mot de passe : ...
  0 votes
  1 answers
  6 comments
  2912 views

I'm trying to configure mail folder to get mails from Gmail , i've tried the default configuration mentioned in this link but i can't get it to work. Can any anyone provide me the correct configuration. Here is what i've done so far: Titre : some ...
  0 votes
  1 answers
  2 comments
  3248 views

I'm using Nuxeo SDK , i want to import many files using a csv file which contains metadata , i mean every column is a field in nuxeo interface. I've heard about Nuxeo-csv but i can't find how to use it and i don't know if it supported what i want to ...
  0 votes
  2 answers
  2 comments
  3003 views

Is it possible to make joins with NQSQL without CMISQL? I'm using Nuxeo 6.0. I checked this post pretty old one, it says that it's not possible.
  0 votes
  1 answers
  1 comments
  2432 views

I have created the following document types: Bc,Bl,facture; they are all linked by the field num_bc. I created a local search by num_bc, my issue is that the search can results only one of the three document types but not all of them. here's what ...
  0 votes
  1 answers
  1 comments
  2739 views

Hi all, I took over the maintenance of a piece of code, which previously worked with Nuxeo DM Server 5.6. The code uses CMIS to communicate with Nuxeo and scans the published documents within a certain section. It seems this did work with Nuxeo DM ...
  0 votes
  1 answers
  1 comments
  2117 views

How can I set a default value “0” in a text field on create mode. Here's what I've tried: <widget name="obsolete" type="text"> <labels> <label mode="any">Obsolete</label> </labels> ...
  0 votes
  1 answers
  1 comments
  3457 views

Hello, What I am trying to do here is to download directly web pages to the nuxeo plateform by URL as documents instead of pasting them manually. Does anyone have an idea on how to achieve this?
  0 votes
  1 answers
  0 comments
  2558 views

I want to change my nuxeo application logo. I've read how to change it for login page and it's working , but now i want to change logo for all my page and i can't find any tutorial of how to do this. Here is what i've tried so far: <component ...
  0 votes
  1 answers
  0 comments
  3200 views

I'm trying to customize The Faceted Search following this tutorial: Faceted Search When I add a schema nxs:stringList is not resolved as a type <?xml version="1.0"?> <xs:schema targetNamespace="http://www.nuxeo.org/ecm/schemas/common/" ...
  0 votes
  0 answers
  0 comments
  3124 views

I created my own contribution to document types, my custom document type contains the following fields: Montant, client, date, mode de règlement ONLY but in render the field Title/Description are added. I don't know how to remove them.
  1 votes
  1 answers
  0 comments
  2370 views

The REST API gives the following standrad response: { "entity-type": "document", "repository": "default", "uid": "04525460-9b9d-430c-b35d-16b21494f093", "path": "/default-domain/workspaces/templatesamples/MyFolder/NEFT.png", "type": "File", "state": ...
  1 votes
  1 answers
  0 comments
  4916 views

I have pc with win 7 and nuxeo drive 2.0.0529, nuxeo platform running 7.2 FT tomcat 7 and install nuxeo driver from market place. Ubuntu LTS 14, When i start driver the first time it told this error: Connection error:please check server URL ...
  0 votes
  2 answers
  0 comments
  2507 views

I'm writing a layout contribution, I added a suggestOneDirectory widget named city but I don't know where can I change/add my own directoryName (instead of l10ncoverage) that contains the vocabulary of cities to be shown on the list. <widget ...
  1 votes
  1 answers
  1 comments
  3784 views

Hi, Through Nuxeo IDE I have created a listener in nuxeo. Now in that listener I run some antivirus service for which I need to configure IP of the machine where the antivirus is running. Now to configure that IP I need to add some new parameter in ...
  0 votes
  1 answers
  1 comments
  2233 views

What's the difference between FT and LTS versions ? What should I chose FT 7.2 or LTS 6.0 ?
  0 votes
  1 answers
  0 comments
  2138 views

The /nuxeo/api/v1/id/{docId} REST API gives only the metadata for the document referred by the docId. Is there any API to fetch the actual binary content (BLOB) that is contained within this document?
  0 votes
  1 answers
  0 comments
  3306 views

I need to fetch all folders/documents inside a workspace. I was going through the REST APIs mentioned here and tried the following REST call: http://localhost:8080/nuxeo/site/api/v1/path/default-domain/workspaces/templatesamples But this returns ...
  0 votes
  2 answers
  0 comments
  8968 views

I am trying to get a content using REST APIs described here . But getting error “Failed to get document 7fc1cb55-0ce6-4a09-bbff-123cfb6cfb79”. In the logs I am getting this exception: org.nuxeo.ecm.core.api.ClientException: Failed to get document ...
  0 votes
  1 answers
  0 comments
  1901 views

Hi everybody, I create a minor version (0.1) to solve that 0.0 is never archived. Is it possible to change version label to 0.0 although the real versios is 0.1? Thanks in advance.
  0 votes
  2 answers
  2 comments
  2366 views

Hi, can someone explain me what happens when I restore a previous version of a document? e.g (2.0 to 1.0) I tried to restore the version of a document(type “File”) that has a content on it but when I restore it to its previous version, the uploaded ...
  0 votes
  1 answers
  2 comments
  2541 views

I need an implementation that can restore the previous version of the file document and also download the main file of it. Anyone can help?
  0 votes
  0 answers
  0 comments
  1954 views

Hello, It is possible to pass Eg. instead .
  0 votes
  0 answers
  0 comments
  1593 views

I'm using Java Automation Client to upload my files but it seems to be very slow. I tried to increase the JVM Heap size of my server but it still the same. Does nuxeo have a configuration for handling file uploads in the Automation Client? Thanks
  0 votes
  0 answers
  1 comments
  2432 views