Development


Related Questions
Hi there, I have a relatively simple requirement: search for documents under the current folder. A similar issue has been discussed here , but I think I am missing something. I am using WebUI, so query parameters in the modeller are not there for me ...
  0 votes
  2 answers
  1 comments
  1081 views

Hello, We are currently using the default quick search implementation in our Nuxeo instance: https://doc.nuxeo.com/nxdoc/quick-search-jsf-ui/ . We have a unique-identifier field on a custom doc-type that we would like to expose into this quick ...
  0 votes
  0 answers
  0 comments
  940 views

I have an issue where I generated a package with a service and an operation using the nuxeo-cli tool ,but when I build it, I get an error saying Failed to execute goal org.nuxeo.build:ant-assembly-maven-plugin:2.1.0:build (default-build) on project ...
  0 votes
  3 answers
  2 comments
  1155 views

Hi, I want to get data from REST API with Ajax. Can I get the information of several files in the folders or the information of several folders at once?
  0 votes
  1 answers
  0 comments
  853 views

Dears i am calling work flow from my app as api so how can i pass variable for Context[“var”] or WorkflowVariables[“rec”] for more details see my example below http://localhost:8080/nuxeo/api/v1/id/de229144-4c2a-48c8-ab8c-7d5581c41f54/@workflow ...
  0 votes
  1 answers
  0 comments
  843 views

Hello, I redefined a slot which already exists in Nuxeo web ui (like for example the tab view) while putting priority = 1 in the “nuxeo-slot-content”. I manage to see my modifications by opening a web session ui but if I open a new ognlet (with the ...
  0 votes
  1 answers
  1 comments
  1262 views

Hello All, I'm working on a data entry form for Accounts Payables processing. We have a need to allow inline editing into a Nuxeo datatable element in order to speed up our line item data entry process. We can enable inline editing into the cells, ...
  1 votes
  2 answers
  0 comments
  915 views

Hi , I don"t want to use the nuxeo studio to configure the schema , to create new document type , to create new permission , to create new role and manage multi tenant concept above all i want to do using java client sdk. please help me in this ...
  0 votes
  1 answers
  0 comments
  1131 views

Hello, I want to know how i can hide or delete the default summary tab. Thanks.
  0 votes
  1 answers
  0 comments
  857 views

Hello, I am working with the nuxeo-browser-extension and I want to customize the design according to my project. I have done the following, as explained in the github repository: $ git clone git@github.com:nuxeo/nuxeo-browser-extension.git $ cd ...
  0 votes
  0 answers
  0 comments
  763 views

Hi Nuxeo i was trying to get the member of the group but it is not working it is returning null in all cases code is Group group = new Group(); group.setGroupName(groupRequest.GroupName); group.setGroupLabel(groupRequest.GroupLable); ...
  0 votes
  1 answers
  1 comments
  958 views

Hello, I got an error when I set the “id-property” attribute of “nuxeo-document-suggestion” to “ecm:path” knowing that it works with “ecm:uuid” or “dc:title”. Erreur: nuxeo-app.html:70744 Uncaught (in promise) Error: invalid item Do you know how it ...
  0 votes
  1 answers
  0 comments
  1094 views

<schema>fileTags</schema> <idField>id</idField> <table>fileTags</table> <dataSource>java:/nxsqldirectory</dataSource> <dataFile>directories/nature.csv</dataFile> ...
  0 votes
  1 answers
  0 comments
  1046 views

Hello all, We needed to perform some SQL (MS-SQL) updates to documents stored in our db's. When we perform this update, we re-index those specific documents in Elasticsearch. However, the data on the frontend still displays the old data, and not the ...
  0 votes
  1 answers
  1 comments
  833 views

Hello, I developed an operation that takes as parameter a documentModel (it is a param and not the input). I noticed that Nuxeo adds the prefix “default:” in documentModel type metadata. As an example: suppose I have a document with dc: description ...
  0 votes
  1 answers
  0 comments
  946 views