Reputation: 1921
In lead form ribbon, I added two buttons with the help of VisualRibbonEditor. After that I deleted with the help of VisualRibbonEditor. But when I see RibbonDiffXML, still both buttons exists even though they are not visbile in Ribbon.
Here are my questions
How can I remove those two button entries? Do I have to create a new solution?
I want to add a new button and customise ConvertLead functionality. Without VisualRibbonEditor how can I achieve this manually i.e., with the help of solution file.
Upvotes: 1
Views: 963
Reputation: 18895
The xml is just that, xml. So if you have an element in it you no longer want, edit the xml by following these steps.
As far as editing the ribbon, here is a great site to get you started:
Upvotes: 2