1707
Views
3
Comments
Solved
ComboBox (DefaultValue)
Question

Is there a quick method for setting the default value for a Combo Box? 

I am simply selecting employees stage of training (Pre-Screen, Off Line, On Line) and that's it, but I want it to show Pre Screen as the default value on an Add Employee form.


2022-09-27 05-23-26
Mohammad Shoeb
Solution

Hi Jared Davis,

Set the default values in variable you bind with your combo box or assign the values to your variable on preparation.


Regards

Shoeb

2026-01-15 03-18-59
Vijay Malviya

Hi Jared,


The combo box list reflects the order of the Source Record List.

The default value of the combo box reflects the initial value of the destination Variable. If the destination variable is null, the combo box selects the first record in the list.

https://success.outsystems.com/Documentation/Development_FAQs/How_to_order_and_set_the_default_value_in_a_combo_box

Regards,

Vijay Malviya

Img4.png
UserImage.jpg
Jared Davis

I think the easiest route is going back and simply changing the "Order" of the records in your Entities area, and just set your default value you want to show up first to 1 for this situation.


Thanks for the help guys.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.