Changes between Version 75 and Version 76 of UserGuidelines/Admin/Synchronization


Ignore:
Timestamp:
05/08/13 20:16:21 (12 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines/Admin/Synchronization

    v75 v76  
    160160  - ''go back to the [#Checklist Checklist]''
    161161
     162
     163==== Filters ====
     164
     165Sometimes not all records in a table shall be synchronized - use the "Filters" subform to define any number of filters to determine which records shall be synchronized.
     166
     167Each ''filter'' is a URL query string, and is applied to the specified ''table''. Usually, the ''table'' would be the same as the master table of the resource, but you can also specify filters which only apply to a specific component or referenced table (at any reference level).
     168
     169You can use the tilde {{{~}}} as shortcut for the master table, both in the "Table" field and in the "Filter" string.
     170
     171'''Example''': export only project_project's which have link to the DRR Sector:
     172
     173  - Resource: project_project
     174
     175  - Tablename: ~
     176  - Filter: sector.name=DRR
     177
     178'''Remember''' that URL filter strings must always be prefixed with the component alias (or with {{{~}}} for the master table).
     179
     180'''Note''' that filters are not global: they apply only for this particular synchronization task and for this particular peer repository.
    162181=== Synchronization Schedule ===
    163182