Development


Related Questions
Hello, I am trying to modify the page provider used by the top search bar by adding a second parameter. I have followed the example in this post. ...
  0 votes
  0 answers
  0 comments
  894 views

I'm trying to sync user management between Nuxeo server and an application built with it. I've read the model documentation at https://doc.nuxeo.com/rest-api/1/user-entity-type/ and the endpoint documentation at ...
  0 votes
  2 answers
  0 comments
  926 views

I doing performance testing of Nuxeo instance but I am sometime getting BatchUpdateException. I am uploading same file repeatedly with different metadata. I am using Postgres as backend DB. Failed to save session, java.sql.BatchUpdateException: ...
  0 votes
  1 answers
  0 comments
  1228 views

Bonjour, Comment je peux donner des permissions aux utilisateurs externes en utilisant un automation chain? D'habitudes j'utilise Document.AddACE pour donner les permissions à nos utilisateurs internes. Je vous remercie d'avance pour votre aide. ...
  0 votes
  1 answers
  3 comments
  1007 views

I want to develop and application with multiple forms (around 40 form) in book format. Each form goes in process related to previous form.40 forms are divided in to 4 sections of 10 forms. Like first 4 forms are filled by one user group and then ...
  0 votes
  0 answers
  0 comments
  694 views

All - I'm looking for how to verify a configuration setting was correctly applied. $ pwd /opt/nuxeo/server/nxserver/config $ cat zzzzz-config.xml <?xml version="1.0"?> <component name="zzzzz.config"> <extension ...
  0 votes
  0 answers
  0 comments
  690 views

I use nuxeo rest api with basic authenticate. But I want to use it without authenticate? How can I solve it?
  0 votes
  2 answers
  0 comments
  855 views

Hi, I have a Nuxeo server running inside a Docker container, accessed on the web UI. I am trying to develop a package to define new document types. I created a multi-module project using command nuxeo bootstrap multi-module then a package using ...
  0 votes
  1 answers
  0 comments
  1007 views

Nuxeo folks: In docker-entrypoint.sh you have: for f in /docker-entrypoint-initnuxeo.d/*; do case "$f" in *.sh) echo "$0: running $f"; . "$f" ;; *.zip) echo "$0: installing Nuxeo package $f"; nuxeoctl mp-install $f ${NUXEO_MPINSTALL_OPTIONS} ...
  0 votes
  0 answers
  2 comments
  1039 views

Hello, I am trying to override the User schema and add a property that is a list of complex type. I have been able to override the schema and add properties that are simple types (i.e. a string property), but when I tried adding a property that is a ...
  1 votes
  0 answers
  0 comments
  1178 views

I have tried to get audit logs using /api/v1/automation/Audit.QueryWithPageProvider API and manged to get below result. Request { "params": { "providerName": "EVENTS_VIEW", "namedQueryParams": { "principalName": "Administrator" }, "pageSize": 100, ...
  0 votes
  0 answers
  0 comments
  1153 views

Hi, Is there any way to replace the suggesters used in the default search boxes? For example, the quick search bar at the top right or the User/Group search bar when adding permissions to a document ? I tried using the solution in this post as a ...
  0 votes
  1 answers
  1 comments
  999 views

Hello, I followed the following link to import a javascript resource into my nuxeo but I don't know how to use this resource in another page such as nuxeo-file-create-layout.html. Do you have an idea please. Thank you
  0 votes
  2 answers
  1 comments
  820 views

I have integrated elastic search for audit logs but I want to get IP of the device from which the operation is performed in Nuxeo or any API has been called. Is there any way to get IP address in audit logs?
  0 votes
  0 answers
  0 comments
  941 views

Hello, recently i just started working on a nuxeo project, and my job is to redirect user after logout to another page, not login.jsp. is it doable on nuxeo or not ?
  0 votes
  0 answers
  0 comments
  781 views