hi bpc gurus:
I have 3 packages, each one calls a different script logic. The 3 script logics (every script logic implement a different formula) ask for the same variables:
Package 1 (Script Logic 1 ---> Variables: Time, Version)
Package 2 (Script Logic 2 ---> Variables: Time, Version)
Package 3 (Script Logic 3 ---> Variables: Time, Version)
What I need is to have a package link including: Package 1, Package 2 y Package 3. Let's say "PackageLink ABC".
PackageLink ABC:
*********************
Package 1 (Script Logic 1 ---> Variables: Time, Version)
Package 2 (Script Logic 2 ---> Variables: Time, Version)
Package 3 (Script Logic 3 ---> Variables: Time, Version)
*******************************************************************
So I need that the user executes this "PackageLing ABC" and set the variables just once (since the variables are the same for every package), I guess the package link shows a prompt asking for variables for every task (shows the prompt screen 3 times, one for every task) that contains. It is not functional that BPC asks (in a package link) for the same variable in every task.
regards
jav