Development


Related Questions
Hi! I'm coding an application that stores documents in Nuxeo using Java API. I figured out how to create additional versions of a document through doc.setPropertyValue("file:content", batchUpload.getBatchBlob()); doc = ...
  0 votes
  2 answers
  0 comments
  767 views

Hello I have an Automation Chain that deletes a document. This AC is triggered with a custom button in WebUI. Is there a way, from the AC or from the button, to navigate to parent after document deletion ? I saw SEAM.NavigateTo for JSF, but nothing ...
  0 votes
  1 answers
  0 comments
  716 views

How do you go about disabling thumbnail generation for certain mime-types? We would like to disable the thumbnail generation for Office docs to reduce unnecessary conversions (and load), since honestly a small thumbnail image isn't very useful for a ...
  0 votes
  0 answers
  2 comments
  1044 views

The name (last part of its path) of a newly created Document is created from its dc:title (in nuxeo-document-create.js) I have to compute title and name of documents from their other fields (type, date and sequence) Is there a way to change it in an ...
  0 votes
  1 answers
  1 comments
  872 views

Dear after we change Elastic Search Server and config it in nuxeo.conf all analytics Api Return Exception we wrote it below http://200.200.200.47:8080/nuxeo/site/es/audit/_search ...
  0 votes
  0 answers
  0 comments
  727 views

Hi, Is there a way to trigger a workflow from front-end (Vue/React) irrespective of any document ? How do we access every node in a workflow from front end? Similar example has been posted but any more details would help:- ...
  0 votes
  1 answers
  0 comments
  551 views

Hi, Is it possible to create file documents and upload their main and files attachment at the same time using the Bulk document importer package ?
  0 votes
  0 answers
  0 comments
  626 views

Hello, I added the paginable = true attribute in nuxeo-data-table and it works except for the first time I will have the duplicate result list. For example if I have the page size of the provider at 10, I will have in the result 20 documents which ...
  0 votes
  0 answers
  0 comments
  892 views

As a Nuxeo Admin I would like to turn off the preview on Microsoft Excel documents. The preview can create a preview PDF pages that are thousands of pages, which is not useful for our use case. Is there a way to turn of the preview to eliminate ...
  1 votes
  0 answers
  0 comments
  876 views

Salut, je demande comment je peux conserver la modification des colonnes à afficher lorsque je déconnecte et je me reconnecte via un autre navigateur? En effet, si dans un document de type “domain” par exemple, j'ai changé les colonnes à afficher ...
  0 votes
  1 answers
  0 comments
  823 views

nuxeo-wopi addon does not declare any package dependencies. However, it obviously depends on nuxeo-web-ui, since the latter includes the strings used for tooltips: wopiLink.* in i18n/messages.json , that ends up in nuxeo.war/ui. These tooltips are ...
  0 votes
  1 answers
  2 comments
  864 views

Is there a way to limit the number of pages previewed on a large Excel document? Large Excel files with thousands of rows slow down the system when creating a preview. I want to set a limit on that file type to maybe a max of ten pages.
  0 votes
  0 answers
  0 comments
  589 views

Cloned https://github.com/nuxeo/nuxeo-web-ui, and trying to run npm install I get an error related to fibers: mike@localhost:~/nuxeo-web-ui/packages/nuxeo-web-ui-ftest> npm install mike@localhost:~/nuxeo-web-ui/packages/nuxeo-web-ui-ftest> npm ...
  0 votes
  1 answers
  1 comments
  726 views

Hello, When to use .voidOperation(true) when calling an operation with nuxeo java client ? Regards.
  0 votes
  1 answers
  0 comments
  542 views

documents = repository.query(“SELECT * FROM " + docType , “0”, pageIndex, null, null, null, null); documents.getResultsCount(); if i inquire for Doc Type not fount in my nuxeo engine this is documents.getResultsCount() give me randoum number please ...
  0 votes
  2 answers
  0 comments
  559 views