Hey Everyone
I have spent the last two weeks redesigning my web-page and I love PHPR. I had to use three GroupID to help me with my displaying my tables. GroupID's who are assigned "user" and "manager" use on the customerID I have in my password table. I want to use the same password table (login screen) and use a GroupID assigned "admin". The "admin" usesthe billTo and I have that working fine as a separate set of pages. What I want to do is use the AfterSucessful event to "branch" to the other pages I built for the "admin" only. What assignment variables get passed from login page to the menu.php. I mean, if the customer is a "manger" or lower, I am fine, they only can see what is their customerID, but if a customer is an "admin", I only want to look at their billTo value. I want to do this because currently I use two login screens, and I want to get it to one. Anyone have an idea of how to tackle this dilemma..
Thanks
Mike
PS.. in the password setup.. "user" and "manager" have that setting customerID=customerID
in that other setup for "admin" I have billTo=billTo.. so I hope you see my concerns