Nuxeo Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to make Data Model having multiple forms workflow?

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 afte...

nabing by Champ in-the-making
  • 670 Views
  • 0 replies
  • 0 kudos

Configurationservice

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 target="org.nuxeo.runtime.Configurati...

Eric_Ace by Confirmed Champ
  • 745 Views
  • 0 replies
  • 0 kudos

Nuxeo 10.10 docker image

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_OPTION...

Eric_Ace by Confirmed Champ
  • 1574 Views
  • 2 replies
  • 0 kudos

Resolved! How to know if a document is a version with Java Client 3.5.0

Hello, I am trying to know if a document is a version, but Java Client doesn't retrieve that information about a document. When I use the "fetchDocumentById" method, I get a "Document" object, but I have no properties to know if it is a version or no...

Rodri_ by Star Contributor
  • 3679 Views
  • 7 replies
  • 1 kudos

Resolved! Declare JavaScript ressource

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

How to log IP address in audit logs?

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?

Redirect after logout

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 ?

How to set predefined group2group records?

Hi, It seems that there is a way to create default users and groups creating the files users.csv and groups.csv respectably but we couldn't find how to create subgroups.. we tried by creating a file with the name group2group.csv hoping that it follo...

How to get configuration data in custom element?

Hi, Is it possible to get configuration data inside a custom component? The only properties I saw that are available (saw in other components) are user and document . Is there a way to get data from the nuxeo.conf or other sources? I need this becaus...