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

Forum Posts

Xpath function for line items total

Hi guys, I created a document type Purchase Order with the possibility of adding several items. Each item has an item description, a quantity, price and total item value (to be caclulated). Knowing that the user has the possibility of adding more it...

Han_Adam by Champ in-the-making
  • 50 Views
  • 0 replies
  • 0 kudos

RunOperationOnList: Operation´s subcontext cached

Hello! I am building a operation chain (OP_1) that this call to other operation chain (OP_2). The first operation use the RunOperationOnList with the next configuration: id: OP_1List: listUserinsolate: falseitem: itemnewTx: falseparameters:rollbackGl...

Customize without nuxeo studio

Hello, Is it possible to customize nuxeo, using only nuxeo ide without using nuxeo studio? For example create a new document type, create a workflow, etc .... Documents always bring us back to nuxeo studio.

ywane_ by Champ in-the-making
  • 117 Views
  • 3 replies
  • 3 kudos

Resolved! How functional is Nuxeo without Nuxeo Connect/Studio?

How functional is Nuxeo without Nuxeo Studio? I'm looking at using it for a non-profit that has zero budget. To be perfectly up-front, they will never be in a position to purchase Nuxeo Connect. Can Nuxeo be customized without Nuxeo Studio? I realiz...

deane by Champ on-the-rise
  • 133 Views
  • 3 replies
  • 2 kudos

Junit VCS teardown

I have a series of unit tests I run in both IntelliJ and from the command line using Maven. These tests populate the VCS and then perform various operations. Randomly, one or the other test will fail. The symptom seems to be that data committed in on...

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

H2 component upgrade

Hi Nuxeo team, Nuxeo 8.x and 9.x embeds h2-1.4.177-NX01 version of H2 database. This version of H2 is a beta one dated of 2014-04-12 and is very buggy. http://www.h2database.com/html/changelog.html The last version of H2 1.4.194 is dated of 2017-03-1...

Restore Workspaces and Files Between Full Nuxeo Instances

Is there a way to configure Nuxeo to restore another Nuxeo instance's users and workspaces based on what was written in a SQL table? We are having trouble with the following scenario for our application: We have a number of users, each with their own...

Resolved! Display a user name into an email via an email template

Evening, I would like to send an email in which it's says something like: "Dear Sir, {user.name} {user.firstname} has provided a document for you on the platerform" The user is a property of said document, so here is what I tried (for example with th...