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
  607 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
  1103 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
  1963 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
  1929 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
  4069 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
  3579 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
  4001 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
  2377 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
  5217 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
  4465 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
  4954 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
  1848 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
  1548 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
  1830 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
  2669 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
  2313 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
  3152 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
  2445 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
  2563 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
  2104 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
  4047 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
  2310 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
  1619 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
  1961 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
  2206 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
  2053 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
  2804 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
  3142 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
  2903 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
  2336 views