07-23-2014 05:02 AM
The documentation suggests using uid:uid attribute to store custom doc ids.
I wonder why it is not possible to provide the main ID attribute value on document creation?
Let's say I have an document created in an external system and that needs to be synchronized with its' projection in nuxeo.
07-25-2014 07:46 AM
The only way to have a Nuxeo document whose main id (uuid) is user-defined is to use the CoreSession.importDocuments API.
Note that for some Nuxeo configuration (see Id Column Type in the VCS Configuration doc), the id needs to be an integer and database-generated to ensure unicity.
07-25-2014 07:46 AM
The only way to have a Nuxeo document whose main id (uuid) is user-defined is to use the CoreSession.importDocuments API.
Note that for some Nuxeo configuration (see Id Column Type in the VCS Configuration doc), the id needs to be an integer and database-generated to ensure unicity.
07-29-2014 03:45 AM
thank you!
07-30-2014 07:07 AM
I try this function before and after creating document but it doesn't work.
07-31-2014 06:18 AM
It doesn't seem to work for me either, I'm testing on Nuxeo 5.8 (added the version in the question title).
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.