Storage analyzer: Difference between revisions

Jump to navigation Jump to search
Line 330: Line 330:
* RegisterCollation reports an eventual error when NOCASE collation (case-insensitive sorting) is registered with SQLite engine. (“OK” is the expected result.)
* RegisterCollation reports an eventual error when NOCASE collation (case-insensitive sorting) is registered with SQLite engine. (“OK” is the expected result.)
* See [https://www.sqlite.org/ SQLite documentation] for more details.
* See [https://www.sqlite.org/ SQLite documentation] for more details.
== SharePoint ==
{{Beta|Section}}
Requires Resco Mobile CRM [[Releases/Summer 2022|version 15.1]] or later.
<syntaxhighlight lang="text">
Root locations (sharepointdocumentlocation records):
    Documentos en Sitio predeterminado 1[4e7ba4ce-ef4c-e911-a97d-000d3a34a0aa] /appointment
    Documentos en Sitio predeterminado 1[c5d1fa02-7d85-e911-a981-000d3a34a0aa] /opportunity
    Documentos en Sitio predeterminado 1[72c8eeae-9dd1-e911-a986-000d3a34a0aa] /contact
    Documentos en Sitio predeterminado 1[5b1dc708-217b-e911-a979-000d3a34a14b] /competitor
    Documentos en Sitio predeterminado 1[ace73084-7a7d-e911-a979-000d3a34a14b] /ext_entregalistadeprecios
    Documentos en Sitio predeterminado 1[48630f4b-c04d-e911-a976-000d3a34ae50] /ext_otrasactividades
    Documentos en Sitio predeterminado 1[06bc6cc2-d670-e911-a977-000d3a34ae50] /account
    Documentos en Sitio predeterminado 1[31b16a5b-ed86-e911-a979-000d3a34ae50] /lead
    Documentos en Sitio predeterminado 1[74adfea6-e587-e911-a979-000d3a34ae50] /ext_oportunidaddenegocio
    Documentos en Sitio predeterminado 1[84c84969-338d-e911-a979-000d3a34afa9] /ext_llamadaventasapoyo
    Documentos en Sitio predeterminado 1[3992a56b-2200-eb11-a813-000d3a3be299] /product
Counts of locations pointing to KNOWN CRM RECORDS:
    account * 129
    appointment * 14106
    competitor * 5
    contact * 2
    ext_entregalistadeprecios * 1
    ext_otrasactividades * 5914
    product * 2
---> 20159 totally
(Tip: Looks like too many locations synced / files downloaded. Check if they are necessary.)
Counts of locations pointing to UNKNOWN CRM RECORDS (+locations not yet synced):
    account * 1947
    appointment * 166192
    contact * 86
    ext_llamadaventasapoyo * 2 (entity not in the customization)
    ext_oportunidaddenegocio * 18
    ext_otrasactividades * 63854
    lead * 646
    opportunity * 121
---> 232866 totally
(Tip: These records increase sync overhead. Remove them via better SyncFilter.)
</syntaxhighlight>




[[Category:Support]]
[[Category:Support]]

Navigation menu