document-management


Related Questions
Hi My name is Giancarlo. Me and some other collegues are working with Nuxeo DM 5.5. in order to implement / evaluate a solution for one of our client. We have installed PostgreSql 9.1 on one machine, and Nuxeo DM on another machine under Linux / ...
  1 votes
  0 answers
  0 comments
  2335 views

I want to require a field to be filled in the edit mode but only if and when a specific life cycle state is the current state. If I check the required button the field is required even if it is not displayed in edit mode. I already have conditional ...
  1 votes
  1 answers
  0 comments
  2816 views

More specifically, how do I differentiate between the immediate parent and the parent of the parent(grandparent) when using the JAVA code below? DocumentModel x = session.getParentDocument( input.getParentRef()); where session is the injected ...
  0 votes
  1 answers
  1 comments
  3632 views

Out of the box, Nuxeo default to 20 items per display page. Users can change that to 50 maximum. I want to remove pagination at all. Or set items/page to very high number (eg 100000) by default What need to be changed for that ?
  0 votes
  2 answers
  3 comments
  5075 views

We need a file server with versioning control, Nuxeo DM should be the right option, but how to map workspace to be a Windows share folder to make file operation more convenient, thanks
  0 votes
  1 answers
  1 comments
  1419 views

I need to make an change to a document schema after the fact. The more particular case is that I need to extract data that is common to 2 schemas and put it in its own schema. I have only a vague idea how you can do that on a system that has already ...
  0 votes
  2 answers
  0 comments
  3430 views

I am using Nuxeo DM 5.5 with default derby db. How can I see in Derby DB the documents I have created? I am using SQuirreL SQL Client and the documentsLists table is empty.
  0 votes
  2 answers
  0 comments
  1906 views

Hello, I am using nuxeo 5.5 tomcat version. At the end of each page there is a message that says “This Nuxeo instance is not registered to Nuxeo Connect: you won't be able to get the most recent fixes and stay up to date …” I already registered to ...
  0 votes
  1 answers
  2 comments
  2294 views

Hi we are evaluating nuxeo for converting an existing application, but have hit a problem in how document types are defined. It seems that we have to fix the fields of schemas used in a document type. What we need to be able to do is to create a ...
  0 votes
  1 answers
  0 comments
  3420 views

When I try to set a context variable using: Context[“RECIPETYPE”] = “@{Document.type}“; I get the error below. If I use Context[“RECIPETYPE”] = “ThisIsATestString”; everything downstream from this script line works ok. Error log output: 2012-04-09 ...
  0 votes
  1 answers
  1 comments
  2808 views

I have to implement tab menu with closable tabs. One of the solutions is to add tab menu in the main template and keep set of different links to each tab content in session scope. But that solution does not allow to keep client-side actions/changes ...
  0 votes
  0 answers
  1 comments
  1259 views

Hi, We are using nuxeo-dm-5.3.1(jboss). With the use of Java and Flex technologies we create ear and war file and then put it into nuxeo. After starting server application is working fine. I have problem with two different nuxeo login pages Once i ...
  0 votes
  1 answers
  1 comments
  3931 views

I get the following error when several event handlers are called in succesion: See post: Firing even handlers when structured templates are used to create document? for background here is the error log. 2012-04-06 13:27:57,152 WARN ...
  0 votes
  1 answers
  0 comments
  1960 views

How can I get a single event handler/automation chain to fire correctly when multiple documents are created concurrently using a structured template? Background: My application has several documents which are created inside a folderish document via ...
  0 votes
  0 answers
  0 comments
  2050 views

Hi, I have implemented a Nuxeo 5.5 Document Management system wherein the users are be authenticated via AD -> LDAP into the members list. I then create SQL based groups and push the users into the different groups (hierarchial). During a ...
  0 votes
  1 answers
  0 comments
  2565 views