DYNAMICS 365 HOW TO SHOW/HIDE OPEN VIEW BUTTON OF SUBGRID
              When adding a sub-grid components on a form, the sub-grid will have many action buttons that are displayed in the top right corner like the                   New Record  button and the                   Open Associated View  button.                  This post will focus on how to Show Hide the Open Associated View button                   The function of this button is to open the displayed records in the associated view. Sometimes you need to hide this button while other times          it is hidden and you want to show it. So what is the reason of this behavior and how to show / hide this button                   I will work on the Account > Contacts relationship to clarify this behavior where the button is displayed         on the Contacts sub-grid of the Account form                  In order to show the button in the contact sub-grid, you have to add the contact entity to the navigation area of Account form and remove         the contact entity from the navigation ...