Created
September 19, 2014 23:30
-
-
Save joshualambert/ced68ec5a6f2825611c6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LOVs. | |
—————————— | |
There are two types of LOVs: | |
1) Static - A set list of options in APEX. | |
- Static = Entries are automatically alphabetized | |
- Static2 = Entries are displayed in the order that they’re entered. | |
2) Dynamic - Based on SQL against the database. | |
LOVs can be defined as either: | |
a) A shared component. | |
b) An application level component. | |
c) An item level component. | |
(This can be converted with a built-in APEX utility. See the “Tasks” menu on the page, and click the “Convert LOV”) | |
LOVs used more than once should be defined as a shared component, in order to make maintenance easier in the future, and they’re centrally located within the shared components. | |
IMAGES | |
#APP_IMAGES#it-s-a-sony-logo-primary.jpg | |
width=100 height=100 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment