On the Before Event of the Select Packages Screen, can I dynamically check / uncheck the package names?? Or dynamically include / exclude items from the Package Selection Screen?
Announcement
Collapse
No announcement yet.
Select Packages Screen
Collapse
X
-
Re: Select Packages Screen
It is possible to dynamically check or uncheck packages options that appear on the "Select Packages" screen. You can do this by setting the package variable to either TRUE or FALSE before the screen is displayed which will check or uncheck it's box.
However you cannot dynamically populate the package list on that screen. If you need dynamic selection, you may want to use the "List Box" screen. That screen will enable you to dynamically populate the list box options through a delimited string that you pass it.
Comment