Customization Button Disabled

I added a button to the Opportunity/Quote form at the header tab. This button is enabled when the program is open. I want this to be set to disabled and only enabled after “New Quote” is selected. How do I trigger this so that when “New Quote” is selected, it will enable the custom button?

Perhaps you could do it through the baseToolbarsManager. on the Quote, set the button to disabled by default and enable it as you click the New Quote button or menu item.

You can see an example of how the code works when you add a UD table to a form using the customisation wizard.

Hope that helps.

Thank you. I will take a look.