Skip to main content
Skip table of contents

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:

  1. Navigate to C:\Program Files\AccountlinkClock.
  2. 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>

  3. Save the file.



JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.