Second-order queries using current object
complete
J
John Fleischauer
Already loving the dynamic/self-referential queries and know it’ll be a huge benefit to my workflow.
One thing I’d love to see in the future is some kind of “second-order” queries based on the current object.
As an example, in my case, I have “Project” and “Action Item” object types. Action Items have a “Project” property, and Projects have a “Parent Project” property. What I’d like to be able to do is create a query on a project object that returns:
- All action items related to the current project (now doable!), and
- All action items where the current object is the parent projectof the project the action item is related to (the “second-order” query)
Log In
Beth
complete
This is now possible following the latest release.