|
From: Steven D. <ste...@gm...> - 2005-03-28 12:32:00
|
Hi, Consider three classes in a domain: Person, Manager and Meeting. Person has a relationship with Manager (subordinates) and Meeting (attendees, excused, ...). Say I create a flow to browse, search, add, edit Persons. Consider now I want to reuse the Person flow as a sub flow in both the Manager and Meeting flows to select Persons from those two flows. When jumping from the Manager flow to the Person flow I do not want to show Persons that are already linked to the given Manager. When jumping from the Meeting flow to the Person flow I do not want to show Persons that are already in the attendee or excused list for that Meeting. This would mean the Person flow would have to behave differently based on a configuration that is external to the Person flow. How can this be accomplished using WebFlow? Steven -- "If you want to be a different fish, you gotta jump out of the school." -- Captain Beefheart |