SharePoint document folders
For SharePoint EDM providers, attachments are stored in a SharePoint document library. To
specify the library where documents will be stored, use the Default Document Root Folder attribute on the node in the DocumentProviders
configuration.
You can also used Moniker attribute on the
node, such as
Hansen.CRM.ServiceRequest
for service requests.
Use the Document Root Folder attribute on the node to specify the library where you want to stored attachments for that type of record. You can also use the Path attribute to specify a particular folder within the library.
If you do not specify a path for a moniker, the default path where attachments are stored is
based on the specified moniker, with the dots converted to backslashes. For example, the
moniker for service requests is Hansen.CRM.ServiceRequest
, so service request
attachments are stored by default in the Hansen\CRM\ServiceRequest
folder.