September 28, 200421 yr 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.
September 28, 200421 yr 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.
Create an account or sign in to comment