Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 3 Next »

Release Versions:

  • AccountLinkClock (2.12.8210.23542) release for:
    • Clock Mobile 12.5 (no change)
    • Clock Web Client 12.5 (no change)

Release Date: July 2022

download23x30.png


This readme includes a change list for AccountLinkClock.

If you have additional questions about a feature, please contact Key2Act Support.

Error rendering macro 'excerpt-include' : No link could be created for 'Prerequisites'.

Fix

This release corrects an issue with the Leave Request and Holiday checkboxes were unmarked after running a Full Business Sync.

To install and configure this fix:

  1. Before Installing, backup the AccountlinkClock.exe.config file.
  2. Install AccountlinkClock (2.12.8210.23542).
  3. Copy the backed up AccountlinkClock.exe.config file into the \Program Files\AccountlinkClock folder.
  4. Edit the config file and add the following settings to the <Accountlink.Properties.Settings> section:

          <setting name="Project_AvailableForLeaveRequestFilter" serializeAs="Xml">
            <value>
              <ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="XML Schema ">
                <string>UN - PTO</string>
                <string>UN - VACATION</string>
              </ArrayOfString>
            </value>
          </setting>
          <setting name="Project_AvailableForHolidayFilter" serializeAs="Xml">
            <value>
              <ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="XML Schema ">
                <string>UN - HOLIDAY</string>
              </ArrayOfString>
            </value>
          </setting>

  5. Save the file.


Best Practices

For optimal synchronization performance, it is recommended to not run any unnecessary background processes during the scheduled sync time that could impact available system resources.

If you customize the column label for the "Activity" column, you will also need to update the Project Hierarchical Entry field (Settings > System Settings > Entry Sheets (Global Settings)) and the Time Entry Grid label (Settings > System Settings > Custom Entry Screens > Time Entry Screens > Standard Time Entry Grid) with the exact custom name.


  • No labels