Home > Building Your Application > Displaying Items as Select ...
Previous |
Next |
In this exercise, you edit fields (items) on the Create/Edit Employee page to display as select lists. Select lists are drop-down lists that contain lists of values that users can select to populate a field in the application. Displaying items as select lists consists of two general steps:
Create the list of values (LOVs) for each item.
Edit the item to display as a select list and reference the appropriate list of values you created.
Topics: