How to avoid references to table in detail views

My app has “employees” that will be assigned to various other tables. For example, there are a few different types of checklists we’ve created that will need to be assigned to different employees. The problem is that on some tables/views, we get a reference behavior so they can click through to the employees detail:

3X_5_4_5475aaf4063047c22051b9f8b3d7665d9f49c577.png

We do not want to have employee details in this app (it’s edited through other apps) both for simplicity and privacy. This is possible, because the behavior we want (no chevron to tap through to employee details) is working in other parts of our app, which I would include a screenshot for but it won’t let me because this user account is new.

Both of these tables the screenshots above are Enum types with a ref base that points at our employees table.

0 2 135
2 REPLIES 2

Exactly what I was looking for! Thanks!

Top Labels in this Space