I have two custom entities that are related in a 1:N setup. Entity 1 has a sub-grid of related Entity 2s on the form. The desired workflow is to create new Entity 2s from the sub-grid on Entity 1's form, but to do this requires the user to click on "Add Existing Entity" and then click on the "New" button. The actual arrangement is such that the user will only ever be adding a new record and will not need to go through the process of looking for an existing one and then click on "New".
Is there a way I can skip this step and just have an "Add New" button on the sub-grid ribbon?
I have looked at the ribbon with the Ribbon Workbench and I see four buttons in that section of the ribbon, but only one actually appears. The four buttons are: New {0}, Add New {0}, Add Existing {0} and Add Existing {0} (one is AddExistingStandard and the other is AddExistingAssoc), but only the Add Existing {0} (Standard) button is showing. Would my problem by solved by having one of the other buttons show here instead?