Is there a way to fetch data from transaction table to display it on Login Page of PSFT
Oracle HCM 9.2 PUM 44
The requirement is to have the configured message to be displayed on the signin page. As we all know that the signin.html change is static and not dynamic.,
Is there any other way to get the values from DB (before SignIn) and display it on login screen.
Note: it is not specific to the user., it is common for all, but the message/information can change time to time. Each time we don't want to customize the signin.html and bounce the servers.
We knew this may be possible by having public web profile and bypass the signin to go to custom page (where you want to display the message). But we are not comfortable with that approach.