I need to change the behavior of the "Qualify" button for the lead entity. Basically, I need it to call my plugin. There are 3 places where this button can be found, i.e. Homepage, Form and SubGrid. I read the documentation but it's not quite clear to me how this needs to be done.
Ideally, I would just change the Command once and the changes will be applied to all 3 buttons. If I right-click on one of these 3 buttons I can select "Customize Command" (not customize button). From there I can navigate to "Commands"->"Mscrm.HomepageGrid.lead.Convert"->"JavaScript Command:Mscrm.List.convertLead". There I can then change FunctionName and Library.
Is this the way to do it and will this affect all 3 "Qualify" buttons in Homepage, Form and SubGrid or do I need to repeat this for all 3?