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
  753 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
  922 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
  683 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
  935 views

I would like a list of includes for permission. Does anyone have a resource?
  0 votes
  1 answers
  0 comments
  728 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
  909 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
  730 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
  648 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
  863 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
  764 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
  895 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
  854 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
  681 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
  796 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
  640 views

Hi, I have a question about Client Registration OAuth 2 ( https://doc.nuxeo.com/nxdoc/using-oauth2/#using-web-ui ) I can not see the CONSUMERS tab in my Web UI nuxeo version 2019 (Administration > Cloud Services > Consumers tab). I can see ...
  0 votes
  0 answers
  2 comments
  909 views

Hi all, I try to install Nuxeo Enhanced Viewer and a I did everything what is in configuration section: https://doc.nuxeo.com/nxdoc/nuxeo-enhanced-viewer/#since-103 In my nuxeo.conf I have set: ...
  0 votes
  0 answers
  0 comments
  703 views

Bonjour, Après la migration de notre plateforme nuxeo lts2017 vers lts2019, on n'arrive pas à supprimer certains documents. Quand on essaie de supprimer un document le message “1 Document(s) effacé(s)” s'affiche mais le doc reste toujours présent. ...
  0 votes
  1 answers
  3 comments
  1355 views

when using REST API, we use Document.CheckOut to fetch the document. We have a use case to cancel the check-out without a check-in, i.e. “cancel” the checkout. Document.CheckIn always versions the document, either major or minor, which we do not ...
  0 votes
  2 answers
  0 comments
  1032 views

Bonjour à tous, J'ai utilisé la commande curl suivante pour lancer une commande bulk afin de ré-initialiser une métadonnée. curl --location --request POST ...
  1 votes
  0 answers
  0 comments
  760 views

Hi, I am facing a problem in nuxeo-data-table-column-filter. In fact, I had 3 documents that titled “test1”, “test-1” and “20-05-2020” (capture 1). I would to filter them by title and display just the document “20-05-2020” so I taped in the filter ...
  0 votes
  0 answers
  0 comments
  989 views

Nuxeo is allowing to upload of any kind of file format to the application. I don't want to upload the .exe file to the application. can anyone tell me how to do this? thanks
  0 votes
  1 answers
  0 comments
  1055 views

This error was not appear before and this doc was openning before returned Json is not complete
  0 votes
  0 answers
  0 comments
  699 views

Bonjour, J'ai un problème de communication entre ES et nuxeo; depuis la plateforme nuxeo quand je clique sur l'onglet “Recherche” ou l'onglet “Elasticsearch” dans le menu “Admin” ça bug et j'ai eu le message d'erreur qui s'affiche dans les logs : ...
  0 votes
  2 answers
  3 comments
  981 views

Hi, For user/group schema, directory display all users and groups. But I want to display a specific list of users and group. I Try to create a user page provider but I don't which is the appropriate querry and predicates. Could you help me Thanks
  0 votes
  1 answers
  0 comments
  800 views

Hi, I was trying to display the list of my document children following this HowTo :https://doc.nuxeo.com/nxdoc/how-to-display-children-documents-listing/ The obtained result does not correspond to my expectations : The filter doesn't work and the ...
  0 votes
  1 answers
  2 comments
  866 views

Hi, I want to get a file from an existing document (Type: New-Workspace) and to attach it to another document (Type: Project) using an automation chain ( Please see attached document) when I create a new project I receive an error message (Please ...
  0 votes
  1 answers
  0 comments
  764 views

All - I need to build an NXQL query that returns only the set of documents for which ALL values of a given multi-valued document schema property are in a set of values. E.g.: If principal A is allowed to see BLUE and GREEN then pseudo-nxql is: ...
  0 votes
  0 answers
  0 comments
  757 views

Hello, I am trying to learn how to use the bulk framework in nuxeo based on this document https://doc.nuxeo.com/nxdoc/1010/bulk-action-framework/ . But until now I could not find how to process documents in parallel. For example, I defined the ...
  0 votes
  1 answers
  0 comments
  801 views