Storage analyzer: Difference between revisions

Jump to navigation Jump to search
Line 337: Line 337:


<syntaxhighlight lang="text">
<syntaxhighlight lang="text">
======= Analysis of sharepointdocumentlocation entity =======
sharepointdocumentlocation entity contains enabled fields that are not required. Extra fields may slow down sync, especially for large data sets.  -> !!
Root locations (sharepointdocumentlocation records):
Root locations (sharepointdocumentlocation records):
     Documents at default site 1[4e7ba4ce-1234-e911-a97d-000d3a34a0aa] /appointment
     Documents at default site 1[4e7ba4ce-1234-e911-a97d-000d3a34a0aa] /appointment
Line 375: Line 379:


Explanation:
Explanation:
* Extra entity fields occupy unneeded storage and slow down sync, especially if a large number of locations are used. Woodford by default selects all required sharepointdocumentlocation fields; no other field is needed.
* Every CRM entity using SharePoint documents needs to have defined so-called root location.
* Every CRM entity using SharePoint documents needs to have defined so-called root location.
* Every CRM record with SharePoint documents has one or more locations, where documents are stored on SharePoint.
* Every CRM record with SharePoint documents has one or more locations, where documents are stored on SharePoint.

Navigation menu