I have an entity A that has a lookup field to entity B and a lookup field to entity C.
On the main view of entity A, the users see these lookup fields and can click on it. If they do this, i want a specific tab open on these records. How do I do this?
Remember, when the user opens a record on entity B or C trough the main view of those entities, the default first tab must open.
I found this to set the focus of the tab:
https://docs.microsoft.com/en-us/power-apps/developer/model-driven-apps/clientapi/reference/formcontext-ui-tabs/setfocus
and the event OnLookupTagClick (but i think i can only use this in a webresource on the form itself, not on the view)
https://docs.microsoft.com/en-us/power-apps/developer/model-driven-apps/clientapi/reference/events/onlookuptagclick