|
|
|
|
Re: How to redirect to different pages based on userneme from login page in apex4.1 [message #552996 is a reply to message #552906] |
Mon, 30 April 2012 14:10  |
c_stenersen
Messages: 255 Registered: August 2007
|
Senior Member |
|
|
The simplest solution i guess is just to add conditional branches on the first page entered. The branches can be set to be executed "on load: before header". Then you can add the targets and the conditions, and the branch matching the condition will be used.
Then there's also the apex_custom_auth.post_login procedure. There you give in a page id (first page to branch to after login) when registering the login, so I guess you'd might be able to tweak a bit with that one, and make it work. (I tried a little bit now, but I wasn't able to make it redirect to the page I wanted though. So you'd might want to go with just the simple branches)
|
|
|