Disabling the Sync of Equipment and (E) Equipment Records During Business Sync
You can prevent equipment records from syncing to Clock during the Business Sync (full or incremental) by commenting out the following lines in the AccountlinkClock.exe.config file.
- Subsubcode Equipment line for Time Entry
- ExpenseSource (E) Equipment line for Expense Entry
To disable the equipment records from syncing during the Business Sync:
- Navigate to C:\Program Files\AccountlinkClock.
- Edit the AccountlinkClock.exe.config file to add the comment out (bold red) characters to the following lines:
<setting name="SyncData_Business" serializeAs="Xml">
<value>
<ArrayOfString xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance xmlns:xsd=http://www.w3.org/2001/XMLSchema>
<string>User</string>
<string>Project</string>
<string>Code</string>
<string>Subcode</string>
<!--<string>Subsubcode</string>--><!-- Equipment -->
<string>ExpenseCode</string>
<!--<string>ExpenseSource</string>--><!-- (E) Equipment -->
<string>ExpenseCurrency</string>
</ArrayOfString>
</value>
</setting> - Save the file.