37
Can it be possible to have more modification possibilities for DropDown fieldgroup on Table, such as:
* Move fields
* Add fields in between existing ones (not just at the end)
* Hide fields
* Let us add fields that are hidden on the lookuppage, as defined in https://www.yammer.com/dynamicsnavdev/threads/392297035218944
* ...
Category: Development
STATUS DETAILS
New

Comments

B

In addition to the 'Code' customisation options of a DropDown, end users should get back the flexibility from the previous Windows client to allow 'Personalizing' the dropdown as well, including full resize options on both the column and the dropdown panel itself. Often the dropdown panel is too small to show all important info, or info is shown at the end and should be moved to a more prominent place.

Please provide same personalisation options as for normal (list) pages.

Category: Development

B

Resizing columns, increasing the size of the dropdown, ...
See https://www.yammer.com/dynamicsnavdev/#/Threads/show?threadId=273219222765568 for more suggestions

Category: Development

B

Great idea Frédéric !

Quick mock-up:
DropDownExtension 50000 VendorDropDown extends Vendor
{
modify("Post Code")
{
visible = false;
}
addafter(city)
{
field("Home page")
{ }
}
}

Category: Development

B

Maybe by introducing a new 'Field Group' object type that is fully decoupled from the related LookupPageId?

Category: Development