Hi,
I am currently working on E-Recruiting part of HR module. We incorporated the application 'HRRCF_START_EXT' or 'HRRCF_START' as the logon page. The page contains two simple tabs Username, Password and a LOGON button.
When I place the cursor on the Logon button and weird message is displayed as tooltip ' TO Activate, Press Space bar'. I need to remove this message. I tried checking the code in application.bsp but unfortunately I couldnt find any code related to the button or tooltip. Could anyone throw some light as to how I should remove this tooltip.
Also I have a problem with validations. If a user enters a wrong password for three or more times, User account gets locked and an should be enabled in the back end for the user to login again. But there's is no message being displayed about the user getting blocked on the front end. I should now display a message ' User blocked, contact 888-888-8888 to unlock' message. But totally unsure how to go across with this issue. I would be grateful if someone could guide through this with a piece of code and steps to be taken.
Points will be rewarded.
Thank you for any help.
Regards,
Vikram. B
Hi,
I think the page you are looking for is in a BSP extension, in the same BSP Application(HRRCF_START_EXT). the name contains the string login (I have no e-recruitments system present at the moment). Try to look for the tooltip tag in the htmlb code (in the layout) and change it, or copy the bsp extension, rename it, change the links, and change the tooltip....
hope this help.
Cheers.
Eduardo.
Add a comment