Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Wes Marvel
0
Views
2
Comments
Combo Box Frustration
Question
I am attempting to create a combo box that has a list of choices for the user. An example of what I am attempting to accomplish would be:
User is adding a new contact in My Contacts. One of the fields would be a combo box allowing the user to choose from Mr, Mrs, Miss, Dr, Rev and that choice would be sent to the db.
So far I have not been successful with creating this type of a simple combo box.
Rebecca Hall
1. Create a static Entity with the choices that you would like.
2. Add/Change the value of this field to be the Identifier of your static entity.
3. Drag and drop the attribute to your edit form. A combo box will automatically be added.
Note: If you want a radio button instead, then you will need to drag the control over and copy over the values that were inserted in the combo box.
Wes Marvel
Thank you, worked well.
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...