Hi,
I'm looking for a way to show another property in a dropdownlist than the name.
E.g. I have an object called "company" with the following properties:
- Companyname (e.g. Antwerp)
- CompanyId (e.g. 01)
- CompanyAbbreviation (e.g. ANT)
- Title company (set as name and is a concatenate of the properties "CompanyId" and "CompanyAbbreviation"). In this case it would be "01ANT"
I would like in the dropdown of companies to see the full companyname without changing the name. So in the dropdown it would be "01ANT - Antwerp".
Does anyone have an idea how to do this?