Hi,
Yes it is possible to change exsisting buttons, you can reorder or reisize icons, change lables etc. You may follow the steps mentioned in the following post , instead of renaming a label you can change the ribbon xml as
per required (http://dynamiccrm.blogspot.com/2011/08/changing-oob-ribbon-button-label-in-crm.html)
To get the system entity ribbon xml:
1. You can export the system ribbon xml file using a utility available in CRM 2011 SDK at location CRM2011SDK\samplecode\cs\client\ribbon\exportribbonxml , you have to run the project in VS and then run the project and it will build the ribbon xml
files
2. Export Ribbon Solution along with entity
3. Open the Customizations.Xml in Visual Studio and include the required ribbon button Xml code from the generated ribbon xml file
You may also refer: http://mscrmtools.blogspot.com/2011/04/how-to-change-existing-ribbon-element.html
Jehanzeb Javeed
http://worldofdynamics.blogspot.com
Linked-In Profile |CodePlex
Profile
If you find this post helpful then please "Vote as Helpful" and "Mark As Answer".