Development


Related Questions
Hello, In an automation script (javascript), I need to know if a Word document is currently open (by nuxeo drive) before doing operations on it. Is it possible to receive the same information in the webUI? Is it possible to receive the same ...
  0 votes
  1 answers
  2 comments
  498 views

Hi, I want to know if we can get the groups authorized to edit / see a document using the Nuxeo Python API with Nuxeo 10.10. I know how to find groups & their users, how to extract each metadata from a Document, but the groups doesn't appear in ...
  0 votes
  1 answers
  0 comments
  854 views

Hello, I want to add a new action button and when I click on this added button, a pop up will be opened and display the search view (search form and search result). So I want to ask : Is it possible to display search form and search result in a pop ...
  0 votes
  1 answers
  0 comments
  698 views

Hi, i'm working on an app who's using the Nuxeo Python API, i've done everything needed appart the download part, i can't find the way to download a document from it's uid using the Nuxeo Python API, When i try with URL, it sends me a 401 error so i ...
  0 votes
  1 answers
  1 comments
  885 views

We have a specific workspace doctype created with a custom page provider to show relevant columns for the doctype's fields. I was able to customize the layout view for the nuxeo-data-table, but am having a hard time finding information on how to ...
  0 votes
  1 answers
  2 comments
  1126 views

I am using Nuxeo rest APIs to upload images and some APIs are taking too much time on less tps (tested for 4 and 6 tps). After monitoring, I found that there is an update query for kv_transient_batchmanagercache table which is taking too much time ...
  0 votes
  0 answers
  2 comments
  673 views

Hello, Can we process the following request with a generic page provider SELECT * FROM Document WHERE dc:language = '' OR dc:language IS NULL For information I managed to look for the nulls but I don't know how to add a predicate on the empty space ...
  0 votes
  1 answers
  1 comments
  1043 views

Hello, I got a question regarding hotfixes. I took a look at the git repository, and as far as I can see every hotfix branch always includes every previous hotfixes is that correct? So if we apply these hotfixes without mp-hotfix but by building the ...
  0 votes
  1 answers
  0 comments
  929 views

When making the preview of a document we need to specify the format of the document. In this example we want to preview a photo, so the format is image : ...
  0 votes
  1 answers
  0 comments
  638 views

Hello, Anyone have any idea why the “min-chars” parameter will not be considered in “nuxeo-dropdown-aggregation”? Thank you
  0 votes
  1 answers
  2 comments
  780 views

BatchId creation API is taking too much time to response. While monitoring the APIs using NewRelic I found out that com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$ResponseOutInvoker/dispatch is taking more ...
  0 votes
  0 answers
  0 comments
  578 views

I have a workflow with multiple tasks. When I try to complete my task and got 502 Bad gateway exception while completing, the task becomes empty, i see the graph of my workflow from nuxeo ui and shows me empty task and Automation chain execution ...
  0 votes
  1 answers
  0 comments
  686 views

Is there a complete example of how to download a file using the JavaScript Nuxeo Client? I have tried coding this and need some help. Attached is a function from a React application which uses Electron. The code to display the file using PDF works ...
  0 votes
  2 answers
  0 comments
  787 views

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
  654 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
  761 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
  713 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
  1037 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
  867 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
  723 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
  547 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
  621 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
  888 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
  870 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
  817 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
  861 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
  585 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
  723 views

Hello, When to use .voidOperation(true) when calling an operation with nuxeo java client ? Regards.
  0 votes
  1 answers
  0 comments
  539 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
  554 views