Maps Linking

I have a maps tab where it is displaying all of our locations and I have a directory tab which is displaying all of our staff at each location. Right now when I click the pinpoint on the map, it is linking me to the directory and it opens it up. However, I want to be able to click on a specfic location and for it to open up that specific staff list.

On my directory I have a tabs container that shows each office and then each office has a table.

How do i get the pinpoint to link to the specific location staff table?

1 Like

You should have an Office table and a Staff table. The Office table would contain each office location and a relation to the related staff in the Staff table. When you select a location on the map, it should open the detail screen for that office location. On that detail screen you can have a collection of staff sourced from the relation so it will only show the staff at that selected location.

4 Likes

Thank you it worked!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.