Hi,
In XAF's new object button, when user click the the paper icon it will create a new object in type of the first item in the new action item list . Also there is a downward triangle next to the new object button if there is more than one item in the new action item list; when clicking this triangle, it will show the new action item list in a dropdown.
Our user would like to twist the behaviour into following:
- No matter how many items are in the new action item list, the triangle don't show up,
- When user click on the new object button, it create an new object directly if there is only one item in the item list; if item list has more than one item, the new object button should show the new action item list in dropdown rather than creating an new object in type of first item in item list.
I know I should override the new action, can you advise me on how I can achieve the described behaviour?