This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to show another property then name in dropdown

Former Member
Former Member
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?