documenttype


Related Questions
Hello, we are currently trying to deploy a couple of our own packages to nuxeo, and if we deploy each seperatly it works well. However, once we deploy both of them, one defined type is always missing from the Create New dialog. We are adding it to ...
  0 votes
  0 answers
  0 comments
  578 views

Hi, I have a Nuxeo server running inside a Docker container, accessed on the web UI. I am trying to develop a package to define new document types. I created a multi-module project using command nuxeo bootstrap multi-module then a package using ...
  0 votes
  1 answers
  0 comments
  1013 views

I'm learning and using Nuxeo for a personal project for a small group of people. I would like to create some custom Document types to simplify working with our Data. I've tried creating a new package with the Nuxeo CLI. I've based my Schema on one ...
  0 votes
  1 answers
  1 comments
  1576 views

Here i am getting docs value empty can anyone help me pleaseā€¦..PFB code. public void run() throws NuxeoException { String tenantDocumentPath = getOrCreateCPODocTypesForGlobalUsageMangementDoc(tenantId, session).toString(); DocumentModelList docs = ...
  0 votes
  0 answers
  1 comments
  1442 views

Hi, In Nuxeo Studio, when I modified/added a document type in the Model, I could change the content layout for creation, view, and edit mode. Now, suddenly, when i open the document type to modify the content layout, it no longer shows me. I only ...
  1 votes
  2 answers
  0 comments
  1958 views

Multiple Repositories: There are any way to avoid an Custom Schema be created in all databases? Nowadays: We have An Nuxeo Instance with some repositories, and all Custom Schemas are created across all Repositories. E.g.: Nuxeo Instance with-> ...
  0 votes
  1 answers
  0 comments
  1478 views

Hello, when i was using Nuxeo 5.8 /PosgresSQL 9.1 , i had a table ori_oriid created when deploying my project containing ori.xsd (see files below). since i'm using Nuxeo 7.10 / PosgreSQL 9.1, the table isn't created anymore and i don't see why . ...
  0 votes
  1 answers
  2 comments
  1890 views

It ils a common feature in ECM to rename document's attachement post upload. Usually to obtain proper filenames when downloading the documents. But when editing a document in Nuxeo (JSF or WebUI), you haven't any option to change the filename of the ...
  0 votes
  0 answers
  0 comments
  1708 views

Hi, I am facing issue of duplicate file or workspace paste. I have created one file and copy that by click on copy button, and go to another workspace. In that workspace I am able to paste many times with same name. Plz find attachment.
  0 votes
  1 answers
  3 comments
  2358 views

I have created a simple DocumentType.like this <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema"> <schema name="foo" src="schemas/foo.xsd" prefix="foo" override="true" /> </extension> <extension ...
  0 votes
  0 answers
  0 comments
  2579 views