Hello!
I am currently attempting to add a custom Command to the Qualify button found within the Form of the Lead entity. I am doing this through the 3rd party tool called Ribbon WorkBench.
Below is a screenshot of the Buttons properties

However, when I add my Custom Command, the CommandCore is overwritten. This causes the OOB functionality of the Qualify to no longer work.

From what I understand the CommandCore references an OOB command which allows the Qualify button to show its popup box.
Is there some way to append my custom JavaScript I wrote for my Command, to the CommandCore? I am unsure how to work around this issue.