Code-Template


Related Questions
Hi, I have configured a complex field for a document. This field is appearing as in nuxeo-data-table element. I have declared a property “myFormats” in document template which I want to use inside edit mode of nuxeo-data-table element. I am not able ...
  0 votes
  2 answers
  0 comments
  1233 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, I am new to Nuxeo and trying to build a front-end application using nuxeo and polymer js. We are using nuxeo file upload widget to upload certain files. Currently we are using the nuxeo-file element to upload the files. We need to change the ...
  0 votes
  0 answers
  0 comments
  1618 views

Hi. I have created a document template using freemarker. How can i get the properties of parent of the current doc. I can use the session to get what i want, but the context doesn`t work properly, it causes error. <center> <img ...
  2 votes
  1 answers
  0 comments
  1837 views

Hello, Is someone has already implemented a SEDA connector to send NUXEO documents in an electronic archive software ? Regards
  1 votes
  0 answers
  1 comments
  1833 views

I want to update dc:lastContributor with customer like below POST request: var data = '{“entity-type”: “document”, “name”: “' + name + '“, “type”: “' + type + '", "properties": {"dc:title": "' + name + '", "dc:description": ...
  0 votes
  0 answers
  1 comments
  2026 views

I am trying to schedule an event in nuxeo IDE but facing error while creating event listener in IDE: the scheduler contribution is: <?xml version="1.0"?> <component name="org.nuxeo.sample.ScheduleCall" version="1.0"> <extension ...
  0 votes
  1 answers
  4 comments
  4311 views