I've setup SharePoint document management for my model-driven app and it's working great.
I'm wondering if it's possible to link one document across different records from different tables?
For example I have forms for two tables, Buildings and Certificates. I can upload a copy of a certificate to a building, but I can't figure out how to link that document to the certificates form. I would like for a user to be able to do something like 'Add an existing record' and link the same document in both forms.
Is this possible? Or will the user have to upload the document twice?
In the default Sharepoint connection in Dataverse there is for each entity a sharepointdocumentlocation entity which refers to a physical folder in a Sharepoint Library.
It is not possible to point the sharepointdocumentlocation entity to multiple entities, but it is technically possible to have multiple sharepointdocumentlocation entities for different entities which point to the same Sharepoint folder.
Maybe you can create a process for this with a workflow or a plugin or Javascript.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.