Search code examples
dynamics-crmdynamics-365

Add buttons to sub-grid view


On the order form, there is a products section that has uses the default Order Product Inline Edit View. This view is not editable, but you can copy it and save it as a different name.

However, when you copy the view, the new view does not display all of the same buttons when viewing the sub-grid.

default view:

The default sub-grid view buttons

copied view (the lock pricing, move up and move down buttons are missing):

enter image description here

The copied view shows the + button and it's drop down menu correctly. Why hasn't it copied the other buttons, and how can i get them to show on my custom view?

I am happy to edit xml and upload that back to CRM if necessary.

Update: FYI, this is all a pointless effort as the word template ignores the sequence order. What an utter waste of time.


Solution

  • I'm going to guess it's because the default view on the order of order products is a special one. It has special behaviours that arn't seen in the rest of 365, i.e. you don't get up, down, or lock on other views.

    I would assume that the extra buttons only get shown on that default view and arn't really supported outside of that view.