So a simple page redirect is simple after log in, but suppose you want to do a redirect after log in depending on permissions of that login?
So a Contractor logs in and I want him to go to the Advance Search Page for Contractor View.
An Agency logs in and I want to take them to the Advance Search for the Agency View.
The ADMIN logs in and I want to take him to the Mane Menu page.
If someone logs in as a "Guest" I take them to the Guest View, which works fine.
So how do I set these three conditions in my Actions AFTER Login?