parse-dashboard icon indicating copy to clipboard operation
parse-dashboard copied to clipboard

Get related records by text

Open mtrezza opened this issue 1 year ago • 1 comments

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 field username of type text.

  1. In class _User right click on field username and choose menu "Get related records from..." > "LoginHistory - username".
  2. It navigates to class "LoginHistory" and shows all records where field username has the same value like the username field selected in the _User class.

Alternatives / Workarounds

Copy username, navigate to other class, create filter and paste value.

mtrezza avatar Sep 15 '24 12:09 mtrezza

Thanks for opening this issue!

  • 🎉 We are excited about your ideas for improvement!