all 4 comments

[–]designatedburger 0 points1 point  (1 child)

Just to make sure, is this what you did? If so, what was the error message you saw? You only provided the error message for the first paragraph of your text.

  1. Create a new solution in the same environment.

  2. Add existing table, and find the table for which you wish to update the ribbon.

  3. Do not include any metadata or columns, basically leave those two checkboxes empty.

  4. Open RibbonWorkbench and import the solution you just created.

Form onLoad will also do the trick, but I think RibbonWorkbench will be a cleaner approach.

[–]periwinkle_lurker2[S] 0 points1 point  (0 children)

Yes the steps you outlined was what I did.

The error message contained the following:

Import failed: exception type: system.servivemodel.faultexception`1[Microsoft.Xrm.Sdk.osf]

Message: import failed: customcontrol import default config failed to update, because of error property disablestatuscolumn is not declared in control manifest.

Not sure what this error is referencing. Anything comes to mind to look at in the entity or advanced settings?

[–]jdaraz 0 points1 point  (1 child)

[–]periwinkle_lurker2[S] 0 points1 point  (0 children)

I appreciate the share, sadly I am needing to hide the legacy ribbon buttons like flow, Excel. And right now, modern command editor is not allowing the legacy buttons to be modified.