Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Get input from parent view to an inline action

Let's say we have 2 tables, Events (key: eventID) and Registrations (key: regID).

In the table Events, there is a reference column (inline view) of its registrations. That means on the detail page of each event, its participants are shown as a table list.

I want to add an action button (inline for each registration record) to remove the entry which corresponds to the current event shown on the screen.

Since a person can participate to many events, how can i indicate which record of the table Registrations (regID) should be deleted/edited based on the Event (eventID) current shown?

Is there a way i can get the values from the current parent screen from an inline view?

0 1 103
1 REPLY 1

I've the same issue. No solution known so far? Thank you

Top Labels in this Space