Skip to main content

Creating a Custom field with a dropdown list

  • 19 July 2024
  • 2 replies
  • 45 views

Hi, i have created a custom logic unit with different attributes, i have a requirement where i need to set one of the attributes to display data in a dropdown list, how do i go about it?

This is my first time dealing with Custom attributes

2 replies

Userlevel 4
Badge +9

Dropdown will be based on your custom attribute being set as an enumeration.

 

 

If you set it as Normal, you’ll get a drop down with values where the user can select one (1) value.

If you set it to multi, the user will be able to select multiple values inside it through tickbox.

 

On the next page, you’ll be asked which enumeration you want to use.

You can either choose an existing enumeration in the system if the values are already known and part of an existing enum.

 

Or, you can create a custom enumeration holding specifically the values you want to appear in the drop down, and use that instead.

 

Example of a Custom Enumeration below:

 

 

 

 

 

Badge +1

Hi @SimonTestard ,

Thank you very much this is very helpul and sorted the issue.

 

Reply