RE: problems when creating a button in ribbon workbench
Hi Camilio ,
Please follow below steps -
To delete the existing button -
- Close the browser and reopen CRM , Go to setting --> Customization --> Solution --> Create a test solution and add the entity only , where you have added the button. Do not add any required component( Do not keep any JS file in the solution)
- Open Ribbon Workbench select the test solution.
- Select the button first check what are the command , display rules , enables rules added delete one by one .
- Right Click and try to delete the button
- Publish.
Next steps to create the button
- Once publish completed close the ribbon workbench and open the ribbon workbench and select the test solution and add the button again drag and drop.
- Fill all the details tooltip, description ,icon etc .
- Select the button , go to the commands under solution entity dropdown --> Right Click and add new command , Search the JS which you want and put the function name .
- Go to button details and select the command which you created.
- Do publish.