Is there a way to customize in LPL the Configurable Home Page(CHP) of the Employee self service web application?
The page below is what I want to custom to my organizations needs.
I would also like to know. I was able to change the Overview to Overview -- zzzzz. So, I know it's XiEmployeeStartPage, but I cannot get Time Off to not show even though I have commented it out in the LPL. And the UI Access Control does not have anything to configure for EmployeeSelfService for the Home Page.
If you are using Configurable Homepages you might need to modify the HTML files in a Zip Package and then reupload them to Infor. It's a relatively involved process and you should test in your TRN/DEV environment if you have them.
https://docs.infor.com/ghrtm/2024.x/en-us/ghrtmolh/default.html
In HR Talent if you go to Administrator>Setup>Configurable Homepages do you have a view similar to this:
If so you most likely need to:
1. download the Zip File for the employee self service homepage
2. save down the downloaded zip file for a historical copy if something messes up during this process.
2. find the HTML file for the homepage in your screenshot
3. modify the HTML file as needed
4. save it back to the zip file
5. save as and rename the zip file
6. reupload the new zip file to Configurable Homepages
To find the HTML of the homepage, Do I just inspect the code and just save it to a folder, and zip it?
You save the HTML file back to the zipfile without changing the HTML file name. Then save the zipfile and reupload the zipfile pack to Infor. Make sure to save down the original zip file so you have a backup.
I believe you can find the name of the specific html file you need to modify in the Configuration Console>LPL Viewer if you look at the EmployeeSelfService webapp.
Thank you. I can see the name of the html file but how can I obtain the source code of the html file?