Usability April 2022

This section contains enhancements in Infor HR Talent.

Icon theme preview tool for custom homepages

With the new Icon Theme Preview tool, users can customize Employee Preview homepages to more easily see icons and icon themes. Users can also override an icon theme's color scheme with their own. The Icon Theme Preview tool is displayed as a wrench icon in Employee Preview.

Each of the six Employee Preview templates features one of these icon themes:
  • Default
  • Dark red
  • Light red
  • Orange
  • Blue
  • Gray

In the Employee Preview homepage template, you can edit the HTML found within the <script> tag in the <head> section to change the icon theme. You can also override the default colors for each theme by passing a valid hexadecimal color value into the function.

To enable the Icon Theme Preview tool, locate this line of code in the template and change the false value to true: hcm.util.enableIconThemePreview(false);

For more information, see "Using the Icon Theme Preview tool" and "Configuring and deploying customized homepages with HomePages.zip" in the Infor HR Talent Configuration Guide.

JT-1569930