Newbies ilexinc Posted January 15, 2008 Newbies Posted January 15, 2008 I have four tables, company, contact, parking lot, and sweeping event. In my layout there are three portals I have a portal showing the contacts within the company(portal#1) I have a portal showing the parking lots that the contact manages(portal#2) I have a portal showing the sweeping events for each parking lot (portal#3) When i click on portal#1 I have a script that takes me to portal #2 and gives me a list of parking lots portal #1 and #2 work but, I cannot get the related records from portal#2 to show up in portal#3 Is this possible to have more than two portals related in succession? thanks in advance,
David Jondreau Posted January 15, 2008 Posted January 15, 2008 Portals are not related to one another. Tables are. A portal is a way of showing data from a related table. And a script usually doesn't take you to a portal, it usually takes you to a different layout or sets a global to establish a relationship between the parent table and the table a portal is based on. I'm not sure how your solution is set up from your description so it's hard to advise.
Newbies ilexinc Posted January 16, 2008 Author Newbies Posted January 16, 2008 Thank you, this definitely helps.
Recommended Posts
This topic is 6156 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now