Hi i have issue in java program which acess notes view categories view . i have view which 2 column categorised so from java agent by key i need to acess all document second column which was categorised but it only show one not all like
First Column value is BJS and second have 3 calue A , B and C but it acess only one that is A but i need all like A, Band C it means 3 values so how can i access can any one help
Code is → DocumentCollection viewEntryCollection = terminatedView.getAllDocumentsByKey(searchKey,false);
I am using the java program on my windows 10 OS PC. It was going very well but from the yesterday I am facing issue with it. actually, it is not able to collect all the data and document properly. I also tried to check https://microsoftsupport.co/microsoft-support-uk/ and from there I got to know about this forum. So, may I know any solution from here to fix this issue?
Subject: RE: Not able to pick all document by java
Post your code, do you get an error, does the ID you’re using have the rights to see all the documents, are there reader fields on the documents, is the database local or on a server.
Lots of questions, you need to provide a lot more detail of your issue.