Simple use case: Use the HR Talent desktop menu and homepage

You can update Infor Go to use the HR Talent desktop menu, desktop homepage, or both.

Use the HR Talent desktop Employee menu and homepage

As an administrator, create a new web application configuration for EmployeeSelfService using the Configuration Console.

To use the desktop menu, update the show on smartphone and show on tablet sections with:

navigation bar is LRCEmployeeMenu

To use the desktop homepage, update the show on smartphone and show on tablet sections with:

custom home page is EmployeeWelcome.html

Reload the app in Infor Go to view the updates. If you update desktop menu or homepage components after you make this change, the updates are displayed on desktop and mobile.

Sample EmployeeSelfService web application in the Configuration Console:

EmployeeSelfService is a WebApp
	owned by hr
	title is "Employee"
	
	icon is icon.desktopTileEmployee
	description is "Access_and_update_your_own_personal_records."
	
	image map is EmployeeImageMap
	home page is EmployeeHome
	custom home page is EmployeeWelcome.html
	configurable home page is CHP.ConfigurableHomePageFile.File
	navigation bar is LRCEmployeeMenu

	show on browser
	show on desktop
	show on tablet
		show using SoHo Xi
		home page is EmployeeHome
		custom home page is EmployeeWelcome.html
		configurable home page is CHP.ConfigurableHomePageFile.File
		navigation bar is LRCEmployeeMenu
	show on smartphone
		show using SoHo Xi
		home page is EmployeeHome
		custom home page is EmployeeWelcome.html
		configurable home page is CHP.ConfigurableHomePageFile.File
		navigation bar is LRCEmployeeMenu

Use the HR Talent desktop Manager menu and homepage

As an administrator, create a new web application configuration for ManagerSelfService using the Configuration Console.

To use the desktop menu, update the show on smartphone and show on tablet sections with:

navigation bar is LRCManager

To use the desktop homepage, update the show on smartphone and show on tablet sections with:

custom home page is ManagerWelcome.html

Reload the app in Infor Go to view the updates. If you update desktop menu or homepage components after you make this change, the updates are displayed on desktop and mobile.

Sample ManagerSelfService web application in the Configuration Console:

ManagerSelfService is a WebApp
	owned by hr
	title is "Manager"
	
	icon is icon.desktopTileManager
	description is "Review_and_update_the_Human_Resource_records_for_your_staff."
	
	image map is LRCManagerImageMap
	home page is ManagerHome
	custom home page is ManagerWelcome.html
	configurable home page is CHP.ConfigurableHomePageFile.File		
	navigation bar is LRCManager

	show on browser
	show on desktop
	show on tablet
		show using SoHo Xi
		home page is ManagerHome
		custom home page is ManagerWelcome.html 
		configurable home page is CHP.ConfigurableHomePageFile.File
		navigation bar is LRCManager
	show on smartphone
		show using SoHo Xi
		home page is ManagerHome
		custom home page is ManagerWelcome.html 
		configurable home page is CHP.ConfigurableHomePageFile.File
		navigation bar is LRCManager