Hello Everyone,
I a having a list of document references and I want to retrieve the documents to show them in the list view.
Do anyone know how can we retrieve all the documents with one single query ?
As a temporary fix I am fetching single document for each document reference. Since you know that this is very expensive, where if i am having 1000 document references, it means 1000 database queries.