Hello everyone,
As you know on top of each Acumatica screen we have a more “...” button that allows accessing all related buttons. when we click on “...” from the list we can add any of the buttons to our favorites by star-ing it. This will add that button to the main toolbar and here is when the problem appears. The problem is that the favorited button always becomes visible even if I hide that button through the “row selected” event handler.
To be clear the button visibility is set properly in the “...” more menu but it always remains visible on the Main Manu of the screen even when you SetVisible to false.
To make this work when I initialize my graph I remove the buttons I want set their visibilities from the “FavoriteActionRecord” table as the user had not added those button as their favorite but I know it is not the proper way. Any thoughts on how I can overcome this issue?