Hi All,
I am facing a strange issue while using ribbon workbench in CRM 2016.
For a command of a button, I am using custom javascript action. In JS action I am trying to modify the name of the "Function Name" field. After publishing the change, it is not renaming the JS action name.
I have also tried ribbon workbench from XrmToolBox, the same issue exists there as well.
Does anyone have an idea how to resolve this with a supported way?
On the other hand, I have been able to rename the command's JS function name by following these steps.
1- Delete the existing command from the ribbon workbench and publish entity.
2- Create command of the button again with the same name and all settings as these were set in deleted command. Setup a new name of JS function in command which I wanted to set.
3-Publish the entity again and after reloading solution in ribbon workbench, the new name shown there.
But, I suspect this is not the supported or standard way of doing this. As we cannot do changes in name of JS function in command in pre-prod and production environments.
So, kindly suggest me with some supported way to achieve this in which manual changes should not be needed to do.
Note: My Ribbon Workbench version is "Ribbon Workbench 2016 3.1.177.1"
Thanks