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

Forum Posts

Resolved! Render Document then Attach File in automation chain (Studio)

I've generated a file using Studio Automation Chain operator Conversion >> Render Document. This works fine; if I add "User Interface -> Download File afterwards, the desired file is downloaded. I'd like to attach this file to the document from which...

ERROR: facelet not found when launching static war

When launching static war i'm getting the following ERROR: facelet not found at '/nxthemes/error/negotiationStrategyNotSet.xhtml' right after login. I'm getting this error if i change contextpath from nuxeo to myappname , i want to mention that chang...

ITShine_ by Star Contributor
  • 409 Views
  • 0 replies
  • 0 kudos

How to grant access to group to folder using REST API

Hi I cannot find in the playground nor in the endpoints a way to add or remove a group from a folder/workspace ACL using the REST API what's the endpoint to add a group to a single folder? I can change the folder definition but that applies to every ...

Lorenzo_ by Champ in-the-making
  • 1116 Views
  • 2 replies
  • 1 kudos

from api content automation how to setACE on a document

I would like to know the list of values allowed in the parameter "permission" of the Document.setACE function. In the same function what are the values allowed in the acl parameter ? I tried permission=READ, acl=local, user=vieville and the ui displa...

vieville_ by Champ in-the-making
  • 665 Views
  • 1 replies
  • 0 kudos

How do i check permission of a document?

i want to check permission on a document(like folder) through pragmatically.how do i get all permission on a document like read,write.is there any API. Thanks in advance.

tiger_ by Champ on-the-rise
  • 901 Views
  • 2 replies
  • 1 kudos

Resolved! Nuxeo Drive limitation

Hi everybody, Does anyone know how to configure the maximum numbers of children per folder that is synchronized by Nuxeo Drive? The limitation by default is 1000 and I try to spread it. I have found this FAQ but I don't really understand. I'm using ...

NXQL

is it possible to achieve IsAMemberOf("groupName") functionality using NXQL code.. If so, could u pls provide me with one..

Convert a Document to PDF

Hi, I followed this how to ( https://doc.nuxeo.com/display/NXDOC/How+to+Automatically+Convert+a+Document+to+PDF) for generating and storing a pdf from a file using Studio I didn't create an additionnal schema , I added instead a new metadata in fil...

vicent by Champ in-the-making
  • 769 Views
  • 1 replies
  • 0 kudos

Mulpile file upload using node js

Hi All, I am able to upload single image using nodejs to nuxeo server. But am not able to upload multiple images. Please let me know how to upload multiple file. Below is my code for file upload. uploadContent : function(request, response, next) { ...

How to override properly default notification behavior

Hello, I'm really having a hard time with default workflow notification overriding in Nuxeo Studio. Planning to translate default messages I first translated given templates, an d got a first issue (default notifications were not overrided correctly)...

SQL server performance issues.

We have several environments Nuxeo 6.0 + SQL Server 2012 and we are experiencing some performance issues. When we add documents the system slows down. The whole system slows down even login user. For example, with the newly installed system to create...

Resolved! Block permissions inheritance programatically

Hello, is it possible to block permission inheritance via API? When we try by resetting the ACP it seems not to work, and still permissions are inherited. Thank you EDIT: my use case is the following: i want to create a document (folder) inside a tre...

bledii_ by Confirmed Champ
  • 3100 Views
  • 10 replies
  • 0 kudos

ReST API call for blocking inherited rights

Scenario is : I have created two folders at path /ABC/DEF, those are /ABC/DEF/Folder1 and /ABC/DEF/Folder2. I have created two users User1 and User2 with tenant ID ABC. I want to assign permission in such a way that User1 can see only Folder1 and can...

Hide Edit tab for users with access rights "write"

Hi There, In Nuxeo 5.8 I want to hide the edit tab for users with access rights : "write". The tab should be available for users with access rights: "manage everything". In Studio I've added the following extension points: <extension target="org.nuxe...

Bauke_Roo by Star Contributor
  • 869 Views
  • 1 replies
  • 0 kudos

Nuxeo free Version

Hi Nuxeo Community, we would like to setup a Nuxeo Server and wanted to to know if there's a free Version which we could use and Setup as a linux server instance in our Office. We just need a few basic features like: Connecting it via CMIS Connector:...

__6 by Champ in-the-making
  • 835 Views
  • 1 replies
  • 0 kudos

Resolved! How can I create a new vocabulary?

Hello, /> According to Nuxeo documentation: "Administrators and power users can only modify or delete vocabularies. They cannot create a new vocabulary from the user interface." /> Link: http://doc.nuxeo.com/display/USERDOC/Managing+Vocabularies /> D...