Customizing the banner links
Optionally, you can do these customizations to banner links of the home pages in the Employee
Preview templates:
- Change text of banner links
- Link external and relative URLs to banner links
- Add or remove banner links
- Download the HomePages.zip file in KB2005763 on Infor Customer Portal.
-
Select the Employee Preview template to customize:
-
Open the HomePages folder that you
extracted.
The default file path of the HomePages folder is C:\Users\users\Downloads.
-
Right-click the Employee Preview template.
You can customize the banner links in any of these Employee Preview templates:
- EmployeePreviewFullBackground.html
- EmployeePreviewGradient.html
- EmployeePreviewMonochrome.html
- EmployeePreviewShortBanner.html
- EmployeePreviewSplitBanner.html
- EmployeePreviewTallBanner.html
- Click Edit with Notepad.
-
Open the HomePages folder that you
extracted.
-
To link an external website in the banner link, specify the website's external
URL in the
<a onclick="hcm.util.navigateTo('https://www.infor.com')">
tag.For example, specify https://www.infor.com as the website to link.<div class="bannerLink"> <a onclick="hcm.util.navigateTo('https://www.infor.com')"><span>New Employee checklist</span><svg aria-hidden='true' focusable='false' role='presentation' class='icon'></a> </div>
An external URL is started with an
https://
syntax and opened automatically in a new browser window. -
To link an HR Talent menu in the banner link, specify
the relative URL in the
<a onclick="hcm.util.navigateTo('/menu/XiMenu.Item')">
tag.For example, the relative URL for the HR Talent menu is /menu/XiEmployeeMenu.NewEmployee.<div class="bannerLink"> <a onclick="hcm.util.navigateTo('/menu/XiEmployeeMenu.NewEmployee')"><span>New Employee checklist</span></a> </div>
A relative URL is started with
/
and opened in the current window. A relative URL to an HR Talent menu is started with/menu
. -
To change the text of the banner link, specify the text in the
<span></span>
tag.For example, specify Welcome as the text of the banner link.
<div class="bannerLink"> <a onclick="hcm.util.navigateTo('https://www.yourhost.com/welcome')"><span>Welcome</span></a> </div>
-
To add a banner link, specify the
<div class="bannerLink"></d>
tag.You can edit the tag of the banner link. -
To remove a banner link, delete the
<div class="bannerLink"></div>
tag. - To save your changes in the banner link, select File > Save.
-
Zip the HomePages folder:
- Open the HomePages folder.
- Press Ctrl + A to select all files in the HomePages folder.
- Right-click the selected files.
- Select Send To > Compressed (zipped) folder.
- Upload and deploy the .zip file that you customized to a Configurable Home Page record.