I enabled the SharePoint Document management for my custom entity "Download". Currently, for each entity record in Download, a folder is created in Sharepoint and all related documents are saved there. For example, if I uploaded documents for record >A<, they are stored in the folder >A<. If I upload records for record >B<, they are stored in the folder >B<.
What I want to achieve is that I have only one Sharepoint Documentlocation which is the same for every record of my entity Download. When I upload documents to that folder/document location they should appear in all records of my entity Download.
How is that possible?