10.10


Related Questions
Hi, I'm trying to render a document with a docx template using Freemarker, but I got the following error : org.nuxeo.ecm.core.convert.api.ConversionException: Failed to invoke operation Blob.RunConverter, null mime type not supported by any2pdf ...
  0 votes
  0 answers
  1 comments
  1119 views

Using this tutorial https://doc.nuxeo.com/client-apps/how-to-manually-initialize-or-deploy-a-nuxeo-drive-instance/ I've installed Drive for Windows with the EXE variables below… nuxeo-drive.exe /VERYSILENT ...
  0 votes
  1 answers
  3 comments
  942 views

Hi, I am using a nuxeo-document-suggestion-widget (in a creation form layout) which is calling an automation chain with just one custom operation : <chain id="SearchHWPDocuments"> <operation id="SearchDocuments"> <param type="string" ...
  0 votes
  0 answers
  0 comments
  974 views

When Nuxeo Drive is first launched on Windows it ask to share debug information with developers… Even if the config.ini has the below lines it still show the message… (I have yet to test if setting the global config would make a difference) ...
  0 votes
  1 answers
  0 comments
  822 views

Hi, I'm trying to pass parameters from a nuxeo-document-suggestion widget to the automation chain returning the suggested documents. Here is the widget : <nuxeo-document-suggestion value="{{document.properties.mfs:documents}}" ...
  0 votes
  1 answers
  0 comments
  1162 views

Hello, We have Nuxeo Drive (4.4.3) installed on our workstations. We have 2 Nuxeo servers wich are clustered with HaProxy in front. We have an external application that will create a document in Nuxeo and add a file to it. With our application, when ...
  0 votes
  1 answers
  1 comments
  835 views

Hi, Is there any method in Nuxeo Server to give each document a unique and incrementing ID when it is created? Not to replace the unique ID that is given by default, but an additional field like: doc01 -> uniqueID = ef42fj… and incrementID = ...
  0 votes
  1 answers
  1 comments
  812 views

I'm testing the best method to install Drive. My first test had the exe variable of /TARGETUSERNAME=“username” I wanted to test using the example of /TARGETUSERNAME=“foo” used in this documentation: ...
  0 votes
  1 answers
  3 comments
  845 views

I'm trying to create a config.ini to deploy with the Nuxeo Drive setup for Windows. The setup fails when it hits the feature parameter of the ini. I'm confused how to write the feature parameter and the instructions from ...
  0 votes
  2 answers
  0 comments
  940 views

We are about to deploy Nuxeo Drive to our organization. I want the user experience to be as easy as can be when they first login. We use Ivanti EPM for deployments. Usually I deploy using the system account, but given that Nuxeo installs in the ...
  0 votes
  1 answers
  3 comments
  803 views

Has anyone been able to get a preview renditions of Apple Keynote files in WebUI? It seems like it should be possible as LibreOffice can open .key files, and there seems to be a converter in the Nuxeo code. However, upon importer of a .key file ...
  0 votes
  2 answers
  2 comments
  1912 views

Hi, I am trying to override the default search form to add some custom fields and remove the fields “nature”, “subject” and “coverage”. I copy-pasted the code from nuxeo-default-search-form , removed the widgets that I did not want and added one for ...
  0 votes
  1 answers
  1 comments
  1324 views

Has anyone development or know of a better method of display array data instead to the standard nuxeo-data-table that gets generated in a layout, specifically for view-layouts? I have a few fields that are arrays that users can enter data into ...
  1 votes
  1 answers
  3 comments
  1031 views

Hello, I have an application that should use Nuxeo API to list documents/rename them.. The issue here is that Nuxeo and my application have distinct user directories (and should stay that way..). My question is: Does Nuxeo expose a UI component (pop ...
  0 votes
  1 answers
  4 comments
  949 views

I have uploaded an image and trying to create a document in Nuxeo but I am getting below error. Seems like Nuxeo has some problem with images resolution i.e. 25.4. Attached the image as well Stack Trace: 2020-07-16T17:18:45,671 ERROR ...
  0 votes
  1 answers
  1 comments
  1080 views