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
  499 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
  856 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