I have an object hierarchy set up where I have a "Project" object that has a "Team" property which is a multi-select list of "Employee". I have a "Meeting" object which is a subtype of "Project" and I would like to have an "Attendees" property which would be a multi-select list of "Employees", but only "Employees" that are a part of the parent "Project's" "Team"
I do not see a way to filter based on owner objects. Is this possible? Any help would be appreciated.