Development


Related Questions
I want to give the user a numeric input field with 2 decimal fractions. I use the following code: <nuxeo-input role="widget" label="[[i18n('com.mycompany.nuxeo.richfile.value')]]" name="value" value="{{document.properties.rfs:value}}" ...
  0 votes
  1 answers
  0 comments
  756 views

I have defined an vocabulary with the following schema: <?xml version="1.0"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:nxsv="http://www.nuxeo.org/ecm/schemas/core/validation/" ...
  0 votes
  2 answers
  2 comments
  925 views

I'm getting a result set from ElasticSearch, and then for each object in the result set, I need to get a Blob (or a Binary ) from S3 using only the BlobInfo elements from ES (digest, filename, etc.) Best I have come up with so far is: BlobProvider ...
  0 votes
  0 answers
  0 comments
  687 views

Hi all, I tried to create the Web UI marketplace ZIP as described in https://github.com/nuxeo/nuxeo-web-ui/. Beside some minor issues regarding version conflicts during “npm install” (which I hoped to have solved by modifying the packages.json) I ...
  0 votes
  1 answers
  2 comments
  938 views

I would like a list of includes for permission. Does anyone have a resource?
  0 votes
  1 answers
  0 comments
  731 views

I configured multiple repositories in local nuxeo. I created a new Document Container inside the new repository and try to fetch this document using a page provider. Nuxeo is throwing this exception javax.servlet.ServletException: ...
  0 votes
  1 answers
  1 comments
  912 views

I configured multiple repositories in my local nuxeo environment successfully. I want to store some of my documents in this newly created repo. How can I achieve this functionality ?
  0 votes
  1 answers
  0 comments
  732 views

I can get the worflow ID but not the task ID. Request : SELECT * FROM RoutingTask WHERE ecm:currentLifeCycleState = 'opened' AND nt:processId = 'myWorflowId' With this request I can have the task in the webUI nxql search, but with the same request ...
  0 votes
  1 answers
  1 comments
  651 views

Hello, I have this entry in my directory : “Evénement”,“Evénement”, “0”,“0”. And in the metadata layout I defined a nuxeo-directory-suggestion that pointed in that directory. My question is : Is it possible to ignore accents for suggestions in ...
  0 votes
  1 answers
  0 comments
  865 views

Hello, I've added a nuxeo-document-suggestion element in the metadata layout to make links between documents. I want that the search of doc to be linked will be based on the 'searchTerm' written by the user and also on a property of the current ...
  0 votes
  0 answers
  0 comments
  767 views

Hello, I want to get entries of directory so that I used the Directory.Entries operation but I faced this problem : When I am connected with the Administrator account, the operation worked fine (look at “connectingAdministrator.png” picture) but ...
  0 votes
  1 answers
  1 comments
  900 views

Hello, How can I grant permission 'directoriesManagementAccess' to group diffrent from Administrator and power users? In fact I want to add new entries to a vocabulary using Directoy.CreateVocabulryEntry operation but I got this message on ...
  0 votes
  2 answers
  0 comments
  858 views

Hi, I have a question about Nuxeo Retention Management addon and creating retention rule (https://doc.nuxeo.com/nxdoc/nuxeo-retention-functional-overview/#create-a-retention-rule). On the printscreen there is RETENTION POLICY APPLICATION section and ...
  0 votes
  1 answers
  0 comments
  684 views

Hi All, I try to use addon Nuxeo Retention Management addon version 2021.0.0 https://doc.nuxeo.com/nxdoc/nuxeo-retention-management/ in my nuxeo 2021 and when I try to put documents under retention from a result list ...
  0 votes
  2 answers
  0 comments
  803 views

Hello, This morning I tried to compiled a new version of Nuxeo server 10.10 but I got this error : Non-resolvable import POM: Could not transfer artifact io.dropwizard.metrics:metrics-bom:pom:4.0.3 from/to hotfix-releases ...
  0 votes
  0 answers
  0 comments
  642 views