12-06-2016 08:36 AM
Hello Guys,
I have Problem in Removing Specific Attachment From Document. When I try to delete attachment with index 3, it will always delete last attachment that is index 0.
I have tried using below code. DocumentService ds = session.getAdapter(DocumentService.class); org.nuxeo.ecm.automation.client.model.DocRef docRef = new org.nuxeo.ecm.automation.client.model.DocRef(DOCID); ds.removeBlob(docRef, "files/content[3]");
Please any help would be appreciated.
Thank you
12-06-2016 08:38 AM
This bug has been recently identified and fixed, see NXP-19010.
12-06-2016 08:38 AM
This bug has been recently identified and fixed, see NXP-19010.
12-06-2016 09:23 AM
Thank you for showing right path. we are using nx 8.2, so is there any patch to resolve this issue in 8.2 ?
Thank you
12-06-2016 09:36 AM
Please don't use the Answers section to ask followup questions.
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.