September 15, 200520 yr Newbies Hi, I have a requirement for two portals on one form, selecting a record in one portal should display the associated items in another. For example one portal should display all image categories, and the other should display the images associated with the particular category selected. Changing the selection of category from the first portal should change the result in the other. All on one form or layout. Any ideas how this can be achieved?.
September 16, 200520 yr The second portal will use a global field as the relationship key. When you click on a row in the first portal, the key from that row will be inserted via a set field[] script, into the global field, filtering the second portal to show only the values related to the selected row in the first.
Create an account or sign in to comment