Hi
Anyone know if this lookup can be personalised to show the Vendor Search Name rather than Vendor Name? It is there if I select from Full List, but it is personalising this "short" window that I would like to do:
Cheers
Heather
Not in standard. You will need to create extension for it.
You need to create tableextension to add the field to the DropDown FieldGroup :
tableextension 50100 VendorTableExt extends Vendor { fieldgroups { addlast(DropDown; "Search Name") { } } }
Sohail Ahmed
944
YUN ZHU
843
Super User 2025 Season 1
Mansi Soni
602