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

Forum Posts

Create Automation Chain without "Context.FetchDocument"

Hi, I'm trying to create an Automation Chain via Nuxeo Studio. I've noticed that the chain must begin with Context.FetchDocument (or another operation that it's input is document/s). How can I create a chain that doesn't begin with such operation? My...

Customize nuxeo platform

Hi, I was working with nuxeo studio and unfortunately my trial version is expired.Now i wanted to do some changes in my project without studio for example i want to change the labels of search criteria and add my own labels.I have my project jar file...

Postgresql setup for 9.x: if the CAST setup still required?

The nuxeo documentation on postgresql says something about adding CAST functions to template0 before creating the database. As far as I can tell, with PG version 9.1.8 and later, these functions have a null effect -- the builtin casts already do this...

Resolved! How to define your own custom facets?

How to define your own custom facets? I could not find anything in the Studio for that, nor in the documentation (https://doc.nuxeo.com/nxdoc/available-facets/). I want to define a custom facet 'InvoiceFacet' that I can assign to existing documents, ...

Resolved! Change Document type

Hi, Is it possible to change the type of a document after the creation ? Best Regards, David

David79_ by Champ on-the-rise
  • 145 Views
  • 2 replies
  • 2 kudos

File upload to Nuxeo server from Android mobile

// Get The Root Document root = (Document) session.newRequest("Document.Fetch").set( "value", "/").execute(); // Create a File Document session.newRequest("Document.Create").setInput(root).set("type", "File").set( "name", "myfile").set("properties", ...

Bob_James by Champ on-the-rise
  • 133 Views
  • 2 replies
  • 1 kudos