We have a CRM in Fibery which includes organizations, individuals, grant proposals, and tasks that can be associated with either.
I’d love to be able to have an organization’s Tasks view display tasks attached not only to the organization itself, but also to any individuals and grant proposals related to it.
Right now there are two paths which almost work, but not quite:
- The “Tasks” view on the Organization entity page: I’d love to replace the “Context filter”:
“Show only Tasks related to [current entity] through selected path” with a more complex filter: “where Tasks is related to [current entity] OR Tasks is related to [current entity] → Individual OR Tasks is related to [current entity] → Grant Proposal”. Unfortunately, in such a complex filter, I can only select a specific Organization - I cannot specify “current entity” as a wildcard. - I can create a couple of Lookup fields on Organization for Individuals → Tasks and Grant Proposals → Tasks. Unfortunately, a Lookup field does not allow me to control its display or filters - for example, I have no way to display only tasks that are due, or that are not completed.
Is there any workaround?