Adding auto_sync to forms.xml

Learn how synchronize appointments created offline.

In scenarios where CRM data is exchanged between different Aurea CRM stations via the Aurea CRM win Communication module – e.g. between main office and branch offices (notebooks) - you need to add the entry below to the forms.xml file to ensure that appointments (MA records) created offline are also synchronized. In purely centralized environments (where data is only added centrally), we recommend that you do not add this entry since it causes a slight performance penalty.

<settings>
 [...]
 <auto_sync>
  <key name='include_com_dt' value='true'/>
 </auto_sync>
 [...]
</settings>

Adding auto_sync flag (required for communication scenarios)