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
  1072 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
  930 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
  1144 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
  845 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
  835 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
  1257 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
  905 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
  1124 views

Hello, I want to know how i can hide or delete the default summary tab. Thanks.
  0 votes
  1 answers
  0 comments
  848 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
  758 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
  951 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
  1093 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
  1036 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
  823 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
  939 views

How can I add adapters in my request to Nuxeo servers using Nuxeo java client (v3.2.0) I want to fetch the blob converted as pdf. From the REST-API I can make calls like: GET ...
  0 votes
  1 answers
  0 comments
  1106 views

I am uploading docx, xlsx(excel files) and pdfs to nuxeo and able to see them in Nuxeo UI correctly. Using the java client's method streamBlobByPath I am able to fetch the blob of document in my custom code. ...
  0 votes
  0 answers
  3 comments
  2043 views

Is there a way to disable the drawer panel from opening when clicking on a left menu item?
  1 votes
  1 answers
  3 comments
  1477 views

Hello Team, I am a computer science student and I found your platform and I would like to learn how to use it by implementing some things with it. For my first project, I wanted to try to build a system that tracks bills. So I created a schema for a ...
  0 votes
  1 answers
  0 comments
  1080 views

Hello Dears i use studio UI and i declared Layout Blocks then i import it into view of document type Browser network type --------------- ui/forms/my-goelement.html 401 (Unauthorized) -------------- i see that is easy problem how i can configure my ...
  0 votes
  1 answers
  1 comments
  798 views

With JSF UI, adding custom fields was very easy because a group layout existed ready to be overridden and customized. However with Web UI, the group fields are all hardcoded in the nuxeo-group-management elements and its children. Is there a new ...
  3 votes
  2 answers
  2 comments
  1172 views

  1 votes
  1 answers
  1 comments
  886 views

Hello Dears i was starting to build custom api as https://doc.nuxeo.com/nxdoc/webengine-jax-rs/ my code is Main Class : public class MyWebAppRoot extends Application { @Override public Set<Class<?>> getClasses() { ...
  0 votes
  0 answers
  1 comments
  866 views

Dears that is first time to use nuxeo platform , it is excellent i have two question 1 - how i deploy my code i added it over web ui without using Nuxeo Drive ? 2 - how i can build my Api ? thanks
  0 votes
  2 answers
  0 comments
  977 views

Hello, I would like to use a drawer menu with the parameter “User will access it from” = “a new drawer menu item” and “Menu” = “User Menu”. In this drawer menu I want to be redirected to the view-layout of a certain document which I have the path. ...
  0 votes
  0 answers
  1 comments
  1255 views

Hi, I need to use “the nuxeo web components” in a Vaadin project. Bower is now deprecated , I'm using Npm. When I'm trying to install the dependencies with Npm as specify in the Nuxeo GitHub page below _[https://github.com/nuxeo/nuxeo-elements], I ...
  0 votes
  1 answers
  0 comments
  966 views

We wanted to perform an external REST call to a non-Nuxeo middleware within Nuxeo Studio. We were thinking of going the route of having an Automation Script perform this REST call with the Nashorn Engine. Is this possible? If so, what is the ...
  0 votes
  1 answers
  1 comments
  1169 views

after i cloned Web ui from https://github.com/nuxeo/nuxeo-elements and type npm install thoe following errors appears npm ERR! code E404 npm ERR! 404 Not Found: @nuxeo/paper-typeahead@^0.6.0-SNAPSHOT
  0 votes
  0 answers
  0 comments
  870 views

how i can clone web ui , how deploy it after change codes
  -2 votes
  0 answers
  0 comments
  899 views

Hello Dears after i cloned Web Ui from -> https://github.com/nuxeo/nuxeo-web-ui](https://github.com/nuxeo/nuxeo-web-ui <- when i run > npm install this errors appeared for me pm ERR! code E404 npm ERR! 404 Not Found: ...
  0 votes
  0 answers
  0 comments
  795 views