This widget allows you to associate a lookup to a particular field(s)
on the screen passing static parameters. The returned values will then
populate targetted field(s) with values.
This widget works by passing static values to a lookup screen using the
staticParameters="" attribute specifying a list of static
parameters. The returned values are then populated into targetted fields
by using the targetFields="" attribute and specifying
a list of fields. The attribute bypassSecurity="" is
set to true if you do not wish a criteria screen to be used.
This widget allows you to associate a lookup to a particular field(s)
on the screen passing the values of fields on the screen. The returned
values will then populate targetted field(s) with values.
This widget works by values of fields on the screen to a lookup screen
using the dynamicParameters="" attribute specifying a
list of fields on the screen. The returned values are then populated into
targetted fields by using the targetFields="" attribute
and specifying a list of fields. The attribute bypassSecurity=""
is set to true if you do not wish a criteria screen to be used.