parse-dashboard
parse-dashboard copied to clipboard
Get related records by text
New Feature / Enhancement Checklist
- [x] I am not disclosing a vulnerability.
- [x] I am not just asking a question.
- [x] I have searched through existing issues.
Current Limitation
Currently the context menu allows to get related records by pointer fields, but not by fields of other types.
Feature / Enhancement Description
When right clicking on a field of type text, number or boolean, the "Get related records from..." menu should show other fields of the same type in other classes. Even if the list is quite long if there are many text fields across all classes, it's still more efficient and convenient that the workaround described below.
Example Use Case
Given that there is a class LoginHistory with a field username of type text.
- In class
_Userright click on fieldusernameand choose menu "Get related records from..." > "LoginHistory - username". - It navigates to class "LoginHistory" and shows all records where field
usernamehas the same value like theusernamefield selected in the_Userclass.
Alternatives / Workarounds
Copy username, navigate to other class, create filter and paste value.
Thanks for opening this issue!
- 🎉 We are excited about your ideas for improvement!