Forum Discussion
Gopikrishnan
2 years agoIdeator I
You can write an onformpopulate event and hide the tab for specific identity
- Former Member6 months ago
i have an ItemType "Order" with the attribute "oder_type". On the creation view of the item I want to show or hide the relationship tabs depending on which option the user chose in the dropdown menu for this attribute.
I tried to adapt the code but I'm not quite sure where to implement it. Do you have any suggestions? Since the change within the dropdown menu should trigger the change I thought about a method in Field Events as onChange but I think I don't have access over the tab view out of this field, right?