Skip to main content
Question

Combobox

  • November 25, 2024
  • 5 replies
  • 95 views

Forum|alt.badge.img+10
  • Sidekick (Customer)

Hello,

 

how can I display multiple options in my new created CF? In my case, i retrieve in some module GROUP_ID (from 0 to 20) but I want to add this options in filter. 

Should I create Enumeration? And if yes, how can I find in this enumeration combobox my correct values? Thanks

 

5 replies

Alexander Heinze
Ultimate Hero (Employee)
Forum|alt.badge.img+23
  • Ultimate Hero (Employee)
  • November 25, 2024

Forum|alt.badge.img+10
  • Author
  • Sidekick (Customer)
  • November 25, 2024

I found that multi enumeration is probably defined for custom attributes, but I dont know how can I set up for existing columns in SQL.


Alexander Heinze
Ultimate Hero (Employee)
Forum|alt.badge.img+23
  • Ultimate Hero (Employee)
  • November 25, 2024

I found that multi enumeration is probably defined for custom attributes, but I dont know how can I set up for existing columns in SQL.

I thought you did ask for custom fields (that’s also what your screenshot shows)? I don’t think you can modify this for existing columns as it changes the way the data is stored.


Forum|alt.badge.img+10
  • Author
  • Sidekick (Customer)
  • November 25, 2024

I want display something like this in another tab/module: 

I created new CF, but currently I have empty string and when I want to search for “Purchased”, I must type “Purchased” and I want to choose this without typing whole this world, it is possible?

 


Alexander Heinze
Ultimate Hero (Employee)
Forum|alt.badge.img+23
  • Ultimate Hero (Employee)
  • November 25, 2024

Ah, mis-understood your requirement. You have a single-value field and when you search, you want to select from a list of values?

In your first screenshot, the enumeration itself is missing, that's why you don't get the list of values. Create one or use an existing one.