dynamicdan / sn-filesync

2-way sync ServiceNow field values to local files
MIT License
66 stars 37 forks source link

Duplicate records may be downloaded for extended tables #20

Closed dynamicdan closed 8 years ago

dynamicdan commented 8 years ago

If both catalog client scripts and client scripts are being synced then it's possible that the same catalog client script record will be downloaded for both tables. There is true for any extended table concept. In this case one could just sync the client scripts table and not the catalog client scripts table to avoid the issue.

TODO: Make use of the sys_class_name column to distinguish such cases.