2

We have a request from our customers to add a new field “Address” after the Name field from the dropdown list on the Customer table. 

The standard dropdown for the Customer table is:

    fieldgroup(DropDown; "No.", Name, City, "Post Code", "Phone No.", Contact)

    {

    }

The documentation shows that we can only use addlast control, to add additional fields at the end of the standard dropdown.

Our request would be to add the “Address” field after the Name field, to reduce unnecessary clicks and improve user efficiency.

Category: General
STATUS DETAILS
New