user1641172
user1641172

Reputation:

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.

Upvotes: 2

Views: 1391

Answers (2)

Turns out it is actually quite easy to show these buttons for other views using the ribbon workbench.

  1. Right click on the button in ribbon workbench under the subgrid section and click on customise

  2. Select the command in the "solution elements" pane at the bottom

  3. In the bottom right hand pane, right click on the enable rule "Mscrm.IsInlineEditView" and click "Remove from Command"

  4. Publish

These buttons now show up for all views.

Upvotes: 0

James Wood
James Wood

Reputation: 17562

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.

Upvotes: 1

Related Questions