Hello everyone,
Looking for some advice for I'm a beginner in D365 development. If we create a custom form with pattern Detail Master, the one that like a listpage and then we click the row and display to detail of it, what is the event being called in that transition from Grid list to detail ?
If the form is like this :

So, in design wise, it will goes from Grid in TabPageGrid to the other TablPage (TabPageDetail) which is inside I created some more tab and group to display the detail or more fields.
Purpose is I want to hide some of the fields in that Detail Tab based on other field . I noticed in TabDetailHeader has some method and I tried to override its method like "GotFocus" but the code not hit. Tried" PageActivated" in the same TabDetailHeader Tab, but strangely, this method also called at the first I open from menu item, so it's like this TabDetail already activated the same time when TabPageGrid showing.
Or how can I accomplished, to hide some field in the Detail view according to the current record selected.
Thanks in advance.