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 SharePoint node in the DocumentProviders configuration.

You can also used Mapping nodes under the SharePoint node to specify different libraries to store attachments for different kinds of records. The type of record is specified by the Moniker attribute on the Mapping node, such as Hansen.CRM.ServiceRequest for service requests.

Use the Document Root Folder attribute on the Mapping 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.

See DocumentProviders configuration.