Using URL string parameters and Request forms with Lookups
Request form URL string parameters override anything defined in the form as it is displayed, so that means that the precedence for applying attributes to a Request form is:
- the static design of the Request form forms the basis
- then any Pre- population lookups are applied
- then the URL string parameters are applied- then any Autocomplete and Dynamic lookups will be applied as the form is filled out
- and finally any Post population lookup is applied after the Submit button is clicked.