Jump to content

Multi-Level Portals


yafreax

This topic is 6997 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I was under the impression that relationships could work beyond one level in portals and such in FM7, but, alas, i am not getting the desired results.

DB's: Vendor, Category

where Vendors can have an unlimited number of Categories assigned to them.

I have a "Primary Category" field that sets the vendors specified category to "primary" otherwise, it is considered a secondary category.

Relationships:

"vendor.category" - Vendor::VendorID = Category::VendorID - sorts based first on Primary/Secondary and then by category name.

"vendor.sj.all" - Vendor::Developer x Vendor::Developer - Creates the "show all" relationship

On my Vendor Entry / Edit screen i have adopted the method of having a "Show All" portal to list all available Vendors, and upon a click of a vendor in the portal, it becomes the active record. What i was hoping is that i could put these fields in the portal:

[vendor.sj.all::VendorName] and [vendor.category::Category]

My thinking is that it should show the Vendor, plus the primary category of the Vendor. I am getting the expected results for VendorName, but for Category, every category in the portal is showing the active vendor's category.

What method should I have in place to show the Vendor Name and the Vendor Category (which is an extra level deep) in the same portal?

Thanks

Jeremy W

Link to comment
Share on other sites

I am guessing that you have 3 TO's on your relationship graph: Vendor, Category & Vendor.sj.all.

Vendor and Category are related by VendorID. You are using a cross product relationship between Vendor and Vendor.sj.all.

You need another TO, Categoy2 with the relationship to Vendor.sj.all by VendorID. Use this relationship in your portal. It should show the first record in Category for the vendor.

Link to comment
Share on other sites

Thanks a thousand times over for your quick response and your help.

Not only does everything work now, but the logic makes sense enough to where i should be able to implement multi-level portals with fewer problems now...

Thanks again.

Jeremy W

Link to comment
Share on other sites

This topic is 6997 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.