10.1


Related Questions
Hello, I want to sort a nuxeo-data-table-column (numeric sort). I've used the attribute sort-by but the column was sorted by alphabetic ( for example the value 11 comes after the value 100). Note : the property is an IntegerList But I just want to ...
  0 votes
  0 answers
  0 comments
  1199 views

Im using nuxeo-user-suggestion , i want to know how can use the groupRestriction for filter the search by a group or a permission
  0 votes
  2 answers
  1 comments
  1385 views

I have and object like this: company: “” displayIcon: true displayLabel: “Administrator” email: “devnull@nuxeo.com” entity-type: “user” firstName: “” groups: [] id: “Administrator” lastName: “” prefixed_id: “user:Administrator” tenantId: null type: ...
  0 votes
  1 answers
  0 comments
  799 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

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
  853 views

I want to add some custom attributes to file when upload to nuxeo document using below endpoint and payload: http://localhost:8080/nuxeo/api/v1/id/folder_id { “entity-type”: “document”, “type”: “File”, “name”:“test”, “properties” : { “file:content”: ...
  0 votes
  1 answers
  0 comments
  797 views

How to get child elements by parent ref?(uuid)
  0 votes
  2 answers
  0 comments
  1114 views

I upload files to nuxeo document under folder. Now I need to get file info list using folder UUID. Using http://127.0.0.1:8080/nuxeo/api/v1/id/{folder_id} endpoint I get only folder information, but not files info inside a folder. Which endpoint I ...
  0 votes
  1 answers
  0 comments
  1204 views

hello, I'm trying to install a new version of Nuxeo with Docker. Beeing new to docker, i'm currently trying to setup 2 env based on a env-file. The problem is that when i run my docker with : docker run –name nuxeoStaging –env-file envStaging.list ...
  0 votes
  0 answers
  0 comments
  500 views

Hi all, In my project I am using the Nuxeo .NET client for querying the assets and until I decided to introduce tags in my project everything worked perfeclty. However, the issue I am facing is querying the assets with more than one tag in the ...
  0 votes
  1 answers
  0 comments
  807 views

Hi all, I would like to execute a query that would return to me the document based on the file:content/data field. I have tried several different ways of writing the query down but nothing seems to be working for me. Could you please tell me is it ...
  0 votes
  2 answers
  0 comments
  1033 views

Hi all, Whenever I try to upload an image using a Nuxeo .NET SDK the document is automatically created as Picture. How can I change this? In my use case I have several different Document Types for jpgs and I would like to manually decide which type ...
  0 votes
  1 answers
  0 comments
  946 views

Hi all, I would like to create a custom image conversion which should be created upon image upload. I would very much like to specify the dimensions of the new conversions as well as its file format. However, in the Nuxeo documentation I have found ...
  0 votes
  1 answers
  0 comments
  803 views

Hi all, Could you please tell me is it possible to export a metadata schema in Nuxeo without the metadata? What I would like to do is to know all the metadata fields that a certain document stored in Nuxeo can contain and my idea is to somehow ...
  0 votes
  0 answers
  1 comments
  767 views

I'm trying to retrieve document custom schema properties via a REST call. I am only able to pull basic document details. I would like to pull the custom schema fields for my document type via rest. Is this possible, and if so how can it be done? ...
  0 votes
  2 answers
  0 comments
  1187 views