10.10


Related Questions
I know of two options: 1)Assignees 2)Assignees expression Is there a way that a workflow initiator can himself select a user from the list of users to take action?
  0 votes
  1 answers
  3 comments
  866 views

On Nuxeo security web page ( https://www.nuxeo.com/security/ ) , it is mentioned that safe storage of keys within a hardware security module (HSM) connected to Java virtual machine can be done. I can not find how to do it. Any help will be ...
  0 votes
  0 answers
  0 comments
  607 views

<nuxeo-data-table-column> [[item.title]] </nuxeo-data-table-column> This works. 'item.title' renders title. <nuxeo-data-table-column> {{_callme(item)}} </nuxeo-data-table-column> _callme: function (item) ...
  0 votes
  1 answers
  1 comments
  927 views

CMIS is a common protocol and the preferred way of interfacing Nuxeo with legacy systems. Without much notice, Nuxeo decided suddenly to get rid of the SOAP binding, more precisely : in 9.3 : https://jira.nuxeo.com/browse/NXP-22799 This does NOT ...
  0 votes
  0 answers
  0 comments
  801 views

I am trying encrypt binaries stored in Nuxeo. I created a KeyStore file using below command. keytool -genkey -alias nuxeoKey -keyalg RSA -keystore /home/ssg0252/Desktop/keyStore.jceks -storepass password File created and I have used the file in XML ...
  0 votes
  1 answers
  1 comments
  2226 views

Is there an easy way to modify a CSS element for a dom-module using Studio? I figure I could create a custom element, and copy the module code from the elements.html, then modify as desired. However, that also requires an import into our bundle.html ...
  0 votes
  2 answers
  0 comments
  1010 views

I tried to configure separate repositories for encrypted and non-encrypted documents. I managed to do save documents in respective repositories as well but the URL received by Nuxeo after creation show 'default' repository only. E.g. ...
  0 votes
  1 answers
  0 comments
  1241 views

Hello, we installed Nuxeo LTS 2019 via aptitude as described in documentation . Since then we get this error on a biweekly basis or even weekly in the last time. Lasting for at least two days. Failed to fetch ...
  0 votes
  1 answers
  6 comments
  1302 views

Hello, I need to use 'nuxeo-document-suggestion' in my page Provider and I need to filter document that will be suggested, so I created a new page provider(query-filter-search).with query like this “ecm:isCheckedInVersion=0 AND ...
  0 votes
  1 answers
  3 comments
  974 views

I currently can access only 'document' property inside document type crud files. How can i get info about logged in user here?
  0 votes
  1 answers
  0 comments
  636 views

Hi we have added below properties in nuxeo.conf elasticsearch.enabled=true audit.elasticsearch.enabled=true elasticsearch.indexName=dms-uat audit.elasticsearch.indexName=${elasticsearch.indexName}-audit Please let me know how find Audit logs using ...
  0 votes
  1 answers
  1 comments
  984 views

I want to encrypt document and metadata associated to a document. Is it possible to do so? I checked encryption provided by Nuxeo on this link https://doc.nuxeo.com/nxdoc/implementing-encryption/ but this does not say anything about metadata ...
  0 votes
  1 answers
  0 comments
  754 views

I have created a plugin for authentication which will be validating a JWT token passed during API calls. I have also installed web-ui plugin of Nuxeo on my server but when I am logging in with Administrator credentials on web ui login page, it ...
  0 votes
  1 answers
  0 comments
  1427 views

Good Morning Some time ago I performed an extension of user metadata, extendedUserSchema, in order to store more user information. A moment ago I tried to modify the data of a user from the Platform, and all the metadata that I added in its day have ...
  0 votes
  1 answers
  0 comments
  709 views

Good Morning I have a problem with workflows. I have seen that after deleting a workflow in nuxeo studio, the type of document the workflow was associated with still allows the option to send that document to that workflow. I need those deleted ...
  0 votes
  1 answers
  0 comments
  744 views