Forum Discussion
AlexCertificati
7 years agoQrew Cadet
In our app we accomplish this by using a Documents table. Documents are only ever attached to that table, and we have reference fields from Documents to the tables where it would be appropriate to attach documents. And then in the tables where we give users the ability to upload documents, what they're actually looking at is 1) the embedded report for documents on that table and 2) a button built in a URL field to the Add form on the Documents table with all the relevant 'Related ...' info carried along. So then we have all the documents in one place and we can build out any reports we need there.