Development


Related Questions
Hi All, I wanted to explore multi tenant in Nuxeo and its features. So far from this link I have understood that enabling multi-tenancy will only allow differentiation of following Users Groups Vocabularies (I10subjects and I10coverage) Search forms ...
  0 votes
  0 answers
  0 comments
  1491 views

Hi, I have deployed nuxeo 9.1 on Red Hat Enterprise Linux Server release 7.3 & in that I have installed libreoffice-4.1.2. When I am trying to open viewer for doc/excel file, I am getting following error: ...
  0 votes
  0 answers
  2 comments
  1644 views

how can i assign user to different tenant ??
  0 votes
  0 answers
  1 comments
  1468 views

HI, I want to show last login time of user. How can I get last lagged in time.
  0 votes
  0 answers
  0 comments
  1219 views

Hi, I am facing issue of duplicate file or workspace paste. I have created one file and copy that by click on copy button, and go to another workspace. In that workspace I am able to paste many times with same name. Plz find attachment.
  0 votes
  1 answers
  3 comments
  2354 views

In the PathSegmentServiceDefault class the method generatePathSegment has some logic to replace a doc name composed entirely of special characters (e.g. -.,;?!:'-.,;?!:'-.,;?!:' ) with a random number, but then it allows the doc to be created anyway ...
  0 votes
  1 answers
  2 comments
  2111 views

Hi All, I want to embed some custom HTML file in my content view. How can we achieve the same ? Can anyone tell me how can I embed a custom HTML template in my Nuxeo content View. Basically, I want to load an HTML file using IFrame in Nuxeo. Is this ...
  0 votes
  0 answers
  2 comments
  2078 views

Hi, I am using nuxeo-9.1 with postgress and mongodb. While adding tag to document I am getting following error: org.nuxeo.ecm.core.query.QueryParseException: Failed to execute query: NXQL: SELECT DISTINCT tag:label FROM Tag WHERE tag:label LIKE 't%' ...
  0 votes
  1 answers
  0 comments
  2214 views

When I am deleting some document, then that deletion operation is not recorder in History tab….
  0 votes
  0 answers
  0 comments
  1438 views

How can I set the limit for file upload in nuxeo.
  0 votes
  1 answers
  1 comments
  1582 views

Hello - I have added some customized behavior in a document listener. I would like to test this by simulating a series of user activities - just like if the activity was performed by a user through the GUI. Is there a bundle or component that ...
  0 votes
  0 answers
  0 comments
  1474 views

Hi, How can we display a thumbnail in custom content views ? I have created a custom Form layout, and I want to show some thumbnail preview for the end user. Also, I would like to hide the information shown on the right side of the details of ...
  0 votes
  0 answers
  0 comments
  1977 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
  1399 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
  1497 views

Hi, I want to show group created by me only in search suggestion while adding permission on work space. How can I do this? plz find attachment of image where I want to suggestion of those group which created by me only.
  0 votes
  2 answers
  1 comments
  1560 views

I would require ecm:mixinType and dc:subjects in a custom JSON output. The Repository.ResultSetPageProvider works well for me as long as I have no multivalued properties. Is there any chance to include the fields as the default query throws an ...
  0 votes
  0 answers
  0 comments
  2147 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
  1365 views

Hello - I've defined a contribution for a custom document lifecycle. It's basically the same as the default but has an additional state. The XML looks like this: <states> <state name="project" ... <state name="foo" ... In the UI, when a ...
  2 votes
  1 answers
  0 comments
  1661 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
  1837 views

Hello, referring to this documentation: https://doc.nuxeo.com/nxdoc/work-and-workmanager/ It indicates the ability to have retryable works. However, searching github for the referenced methods – retryableWork() and rollbackAndRetryTransaction() – I ...
  1 votes
  1 answers
  1 comments
  1586 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
  1612 views

I am uploading some files in a tree structure, I need to verify if the file already exists in the same folder. If it is the same file (with the same content) then do nothing. If it is a different file then save a new version. How can I compare those ...
  0 votes
  1 answers
  3 comments
  1919 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
  1818 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
  2097 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
  2854 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
  1526 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
  1652 views

Hello, I want to know if nuxeo versions the users and is there a way to log those changes for example modification of name, change password etc. Thank`s.
  1 votes
  1 answers
  4 comments
  1543 views

Hello! I am building a operation chain (OP_1) that this call to other operation chain (OP_2). The first operation use the RunOperationOnList with the next configuration: id: OP_1 List: listUser insolate: false item: item newTx: false parameters: ...
  1 votes
  0 answers
  0 comments
  1831 views

Hi, Java Client Library 2.3 for the Nuxeo Platform REST APIs documentation about users/groups have reference only to CRUD operations of both entities and ADD user to group operation, but there's not references about rest of operations like 'remove ...
  1 votes
  1 answers
  0 comments
  1723 views