In some rare cases, the External Application overwrites SpeedyCraft data with incorrect data from its application. For this reason Devinco has made it possible to block some of these updates, to ensure that what's in SpeedyCraft's database is not overwritten.
If this skip is enabled, the corresponding data may be added via ImpExp from External Application, but never updated.
- Assignment
- InvoiceComment
- JobDescription
- GPSPosition
- EmployeeInCharge (added in 8.661)
- Schedule
This is available from ImportExport version 8.660 (EmployeeInCharge added in 8.661), by setting the following XML into tblSetup with key ExternalApplicationSkipUpdates:
<ExternalApplicationSkipUpdates>
<Assignment InvoiceComment="1" JobDescription="1" GPSPosition="1" EmployeeInCharge="1" />
<Schedule All="1" />
</ExternalApplicationSkipUpdates>