10.10


Related Questions
We would like to retain our trash for a set time period and have it hard deleted afterwards. We can do this with API calls but I would like to be able to query the date when a document was trashed, is there anyway to do that? Please see the screen ...
  0 votes
  2 answers
  1 comments
  671 views

Hi, I'm using the Nuxeo Python API with Nuxeo 10.10 and want to know if there is any way to fetch all accessible document while log as administrator. I've already find a way, but it's a bit tricky and i don't think it's the official way. Thanks in ...
  0 votes
  0 answers
  5 comments
  837 views

hello everyone, I have a problem while installing nuxeo plateform server I've tried with the .exe and with the zip folder downloading , with windows and linux and i could'nt find the cmd tool to write commands in both of them. Did anyone had this ...
  0 votes
  2 answers
  0 comments
  684 views

Hello, we have a special requirement where we have a local versioning system, and then upload the files to nuxeo. We want to extract the version from the uploaded file, and create a new version with the same number in nuxeo, but I couldn't find a ...
  0 votes
  1 answers
  0 comments
  615 views

During custom downloads, How can keep the session alive in Nuxeo using Coresession Service, until the download zip is created. Download size of the file is 5 GB
  0 votes
  0 answers
  0 comments
  495 views

I'm using nuxeo with docker, when I create a document with pdf, nuxeo fails to create a thumbnail, the following error occurs: 2021-02-04T09:20:07,314 WARN [ThumbnailDocumentFactory] Cannot compute document ...
  0 votes
  1 answers
  0 comments
  1072 views

I am running performance tests on Nuxeo starting from 2 TPS and I am getting the below queries which are taking too much time to execute. Also, they are getting executed multiple times per transaction of upload API. 1st Query: UPDATE ...
  0 votes
  0 answers
  0 comments
  629 views

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
  496 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
  851 views

Add a workflow in studio. When 'update' in update center , it showed 'Nuxeo Studio package status: Installing Update your platform'. in Local Package tab, it showed ' hs-demo1-portus-0.0.0-SNAPSHOT installation in progress' . However these status ...
  0 votes
  1 answers
  0 comments
  660 views

Hello, I have a nuxeo with mongoDB which contains a lot of data. My problem is that the following nxql query is very slow: select * from Document where ecm:isTrashed = 0 By removing the filter on ecm:isTrashed , I will have an immediate response, ...
  0 votes
  0 answers
  4 comments
  774 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
  696 views

Hello, we are currently trying to deploy a couple of our own packages to nuxeo, and if we deploy each seperatly it works well. However, once we deploy both of them, one defined type is always missing from the Create New dialog. We are adding it to ...
  0 votes
  0 answers
  0 comments
  568 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
  883 views

Hello, How I can execute query in a template report xls for get all record from Document for example. I try jx:each(items=“coreSession.query('select * from Document', 2000)” var=“docg”) But not working :'(
  0 votes
  1 answers
  0 comments
  619 views