kfok Posted September 28, 2004 Posted September 28, 2004 Is it possible to build two portals which are inter-dependent? That means, when the record of one portal is changed and the other portal will display related record.
-Queue- Posted September 28, 2004 Posted September 28, 2004 You would need a transparent button covering the first portal's first row, that would be attached to a script to set a field (preferably a global) that is the left-hand key field for the second portal's relationship. The script would be something like Set Field [globalcategory, portal1relationship::category], so that a relationship from globalcategory to a category field (in the same file or a different one) would display only records in the second portal where the relationship was valid.
Recommended Posts
This topic is 7361 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