I would like my application to show the content of the Custom Users table ( where user_name = :APP_USER) in a Form page. I cannot manage to "initialize' the Form.
Do you know how this can be done?
So what I want is the following:
- User logs on
- After succesful logon application redirects to ‘Home’ page
- Home page ( = Form ) retrieves data from user table (where user_name = :APP_USER)
I have managed to get this working, but I needed to create a ‘redirection’ page that contains nothing but a redirect process. Is there a better option?