Views:

Applies to Product - Dynamics 365 Commerce


What’s happening?
A custom button added on the Show Journal screen is not visible on the Order History screen, despite both screens utilizing the Show Journal view.
 

Reason:
This arises when the command button's isVisible property is not set correctly in the constructor or initialization method, leading to its invisibility under certain conditions.
 

Resolution:

  • Ensure that the command button's isVisible property is set in the constructor or initialization method to make it visible on both the Show Journal and Order History screens.
  • Review the implementation code to confirm that the visibility property is correctly configured. For reference, check the code example provided in the following link: Sample Code.