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

Forum Posts

Nuxeo LTS 2025 Layouts Global CSS

Hi,I have a Nuxeo LTS 2025 WebUI studio project that I deploy to a Docker container, I have been able to style document layouts as well as layout blocks individually but I am unable to find where I can create/add a global css of classes that I can th...

Nested query search in nuxeo

Hi we are creating our own system on top of nuxeo using its backend. The problem that i am struck in is that i want to do nested query search in nuxeo . Is it possible through page providers so far i didnt get any thing related to that . if some one ...

How to change port number in WEBUI?

In WEBUI the port number 80 is automatically added but we use a SSL secure connection. So non of our documents as accessible via WEBUI. Where can we change it? https://yourhost:80/nuxeo/site/api/v1/repo/default/id/20f5b38b-da99-427d-af96-200f822e8f63...

Locations of all the embedded passwords in Nuxeo

Hi all, I am an IT admin and we would like to change the passwords for our Nuxeo installation and I am trying to find all the places these are used (these are the "system" passwords, not general user passwords). I have found some but want to make su...

audit search

I'm working with audit search. Using the AuditQueryBuilder class. In the unit test environment, the following code... Calendar cal = Calendar.getInstance(); AuditQueryBuilder builder = new AuditQueryBuilder().predicates(Predicates.gte("eventDate", ca...

Eric_Ace by Confirmed Champ
  • 512 Views
  • 1 replies
  • 0 kudos

Postgres and Elastc Search out of sync : How to ?

I use nuxeo-esync in order to check inconsistencies between my database and indexing in ES. The doc ids referenced in the MISS entries are reindexed and I suppose ACL problems should be treated the same way. But what about the REMOVE entries ? Am i ...

How to make a query with properties parameter to fetch in nuxeo

I want to make a request with "dynamic" properties fetch from my Java app with nuxeo 8.10. There is the declatation of my NuxeoDocument: <schema name="TestDocumentProperties" src="data/TestDocumentProperties.xsd" prefix="test" /> <doctype nam...

__1 by Champ in-the-making
  • 579 Views
  • 1 replies
  • 0 kudos

Approval Sheet

Hello, how best to store the approval sheet? I'd like to see on document page approval sheet after document review. Where is better store in document property or use api for getting info task review? And every time after approval, update the document...

kodermax by Star Contributor
  • 1158 Views
  • 6 replies
  • 0 kudos

Execute shell script from automation chain

Hello everybody, I'd like to trigger a very basic shell script when clicking a button in WebUI. Therefore I want to use an automation chain. It should be possible to achieve this by creating a custom operation like suggested here, but since this po...

Resolved! Can I hide (disable) the Faceted Search tab using Studio?

I want to remove the Faceted Search tab from the document management screen. I am on version 5.5 in the cloud and using only studio for customisation as I am not an experienced user. I tried adding the following under XML extensions in studio but it ...

AndrewG_ by Champ on-the-rise
  • 828 Views
  • 3 replies
  • 3 kudos

File Content Search by Elasticsearch

Hi, I am facing issue to configure elastic in my application. I wanted to file content search (fulltext search ) should be done by elastic search only. So can any one help me to configure elastic search in nuxeo for file content search.

Remove NXQL and Faceted search

Hi :) I want to remove the NXQL and Faceted search in nuxeo .I have searched in the internet but i havent found any clue.Can someone help me please?

"Blob.AttachOnDocument api call giving 400 error.

Hi , While calling Blob.AttachOnDocument api getting error. My code HttpAutomationClient client = new HttpAutomationClient("url"); Session session = client.getSession("myuser","mypassword"); File dummyFile = new File(myfilepath"); Object request = ...

sangam_ by Champ in-the-making
  • 315 Views
  • 0 replies
  • 0 kudos

[Resolved] Group Id Restriction separator

Hi everyone, I, Nuxeo Studio, Layout Widget Editor, I chose Multiple users/group suggestions. In Edit properties, Group Id Restriction, I would specify Active Directory groups, but I don't know what separator I have to use between each. I tryed ; , |...