Skip to content

Instantly share code, notes, and snippets.

@joshualambert
Created September 19, 2014 23:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshualambert/ced68ec5a6f2825611c6 to your computer and use it in GitHub Desktop.
Save joshualambert/ced68ec5a6f2825611c6 to your computer and use it in GitHub Desktop.
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