10.10


Related Questions
I've written a few short example apps tailored to my needs using Java client 3.6. Now it's time to integrate all of this in the real application. If I want to deliver Nuxeo security, I have to access Nuxeo as the logged in user. So my best guess so ...
  0 votes
  1 answers
  0 comments
  660 views

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
  768 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
  718 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
  874 views

Hi, It seems that the windows installer is broken : libreoffice url used to download it has changed. So a 404 bad request occurred. I know that we can install LibreOfffice , but do you think to fix that ? Best regards, Benjamin
  0 votes
  1 answers
  0 comments
  765 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
  728 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
  552 views

What is the time-to-live (TTL) or expiration of the OAuth2 refresh token? Haven't found documentation that addresses token expiration dates or TTL.
  0 votes
  0 answers
  0 comments
  772 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
  895 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
  878 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
  825 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
  592 views

I am using the “Nuxeo Management REST API” addon to target an asset to recomputing the renditions. With an NXQL query param, I find the asset to reprocess, but the call shows nothing has been scheduled. I expect it to tell me one queued for ...
  0 votes
  1 answers
  2 comments
  935 views