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:
and the event OnLookupTagClick (but i think i can only use this in a webresource on the form itself, not on the view)
Thank you for your reply, but i assume you can only set the handler on the form of entity A, not on a view.
Hello,
You might try the following approach:
1. Add a custom parameter to the form - www.inogic.com/.../
2. Add a script to the form that checks if the parameter is available and sets focus to the proper tab.
3. Add a handler to OnLookupTagClick to open a proper form passing the parameter to the opening form.
Daivat Vartak (v-9d...
225
Super User 2025 Season 1
Muhammad Shahzad Sh...
106
Most Valuable Professional
Eugen Podkorytov
87