Get related records by text #2598
Labels
bounty:$20
Bounty applies for fixing this issue (Parse Bounty Program)
type:feature
New feature or improvement of existing feature
New Feature / Enhancement Checklist
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 fieldusername
of type text._User
right click on fieldusername
and choose menu "Get related records from..." > "LoginHistory - username".username
has the same value like theusername
field selected in the_User
class.Alternatives / Workarounds
Copy username, navigate to other class, create filter and paste value.
The text was updated successfully, but these errors were encountered: