document-management


Related Questions
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
  2619 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
  2034 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
  3349 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
  2487 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
  3122 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
  3004 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
  2292 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
  4813 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
  2429 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
  3690 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
  2152 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
  2059 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
  3223 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
  8859 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
  1819 views