7.10


Related Questions
Hello, I have a custom metadata which is complex and multivalued. It has two fields of type date. After deploying it looks ok but it doesnt display the calendar to choose date when i click on it. I thought maybe it was a problem of version and kind ...
  2 votes
  0 answers
  5 comments
  1943 views

Using Nuxeo elements, it seems I can not use the Guest (or anonymous) account (without credentials in the connection elements) : the “login” operation is working fine but it is followed by a call to the user directory and the Guest account is not ...
  0 votes
  0 answers
  0 comments
  1398 views

Hi all, we have a problem using the site Easyshare Module getting the skin resources. The Apache response is: Last-Modified header contains invalid characters . We thought it is happening in all sites , then we have looking about this stuff in the ...
  2 votes
  1 answers
  0 comments
  1496 views

Hello, I have created a custom user action defined in MAIN_TABS section. Everything is ok except that the highlight bar works only for other tabs and not for the custom one. Clicking from one tab to another does not update the highlighting only for ...
  1 votes
  0 answers
  0 comments
  1362 views

Hello, Is it possible to search on a content view of a document type for a property of another document that is related with the doc type of content view? For example can i filter based on a property of parent document, because i want to query only ...
  1 votes
  0 answers
  1 comments
  1835 views

Is it possible to integrate Outlook 2013/2016 with Nuxeo as it was for Nuxeo 5.6 ? thanks
  1 votes
  1 answers
  2 comments
  3171 views

Hi, In a content view I created a custom column using a template which displays a property of another document( for example title of parent). This is working properly in content view and displays what i want. When i use Excel Export in this content ...
  2 votes
  0 answers
  0 comments
  1611 views

Hello, Is there any way to filter a boolean metadata on search filter of a content view without using it always as mandatory(being true/false and using a checkbox means that it always will be used while searching)? Thanks, Bora
  1 votes
  1 answers
  0 comments
  1817 views

Is there any way to skip the check of the existing tables in SQLHelper class? This is because for security reasons (lower-privileged database user). I need to use synonyms (oracle) in place of actual tables and it seems, looking at SQLHelper class, ...
  0 votes
  1 answers
  0 comments
  1632 views

Hi, I have a listener class that implements org.nuxeo.ecm.core.event.EventListener, and I want to invalidate the current document from there. Normally, in a bean, I use to inject NavigationContext, and then use its method to invalidate the document. ...
  0 votes
  1 answers
  2 comments
  2096 views

Hi there. I'm trying to create a document with an optional (dynamic) Facet, but it's not working. I'm using java-client 1.0 with Nuxeo 7.10 HF-24. My code is as follows: Document doc = new Document(name, "MyType"); doc.set("dc:title", "Doc ...
  1 votes
  2 answers
  4 comments
  2852 views

I get a DocumentNotFoundException error after uploading a large file (>100GB) using Nuxeo's native web GUI (version 7.10). No development/changes made aside from configuration, just added the following lines: org.nuxeo.dnd.upload.timeout=7200000 ...
  0 votes
  1 answers
  0 comments
  1803 views

Hi guys, I created a document type Purchase Order with the possibility of adding several items. Each item has an item description, a quantity, price and total item value (to be caclulated). Knowing that the user has the possibility of adding more ...
  0 votes
  0 answers
  0 comments
  1523 views

Is it possible to integrate Kofax with nuxeo ?
  1 votes
  0 answers
  1 comments
  1758 views

I want to create Nuxeo document using S3 blob as mentioned in this document https://www.nuxeo.com/blog/nuxeo-aws-lambda-create-a-document-from-an-uploaded-blob-in-aws-s3/ The steps I followed Created “nuxeoS3DocImporter-1.0-SNAPSHOT.jar” using the ...
  0 votes
  0 answers
  2 comments
  1841 views